#375434

Color #375434 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #375434

Tints of Green House #375434

Color information

#375434 (or 0x375434) is unknown color: approx Green House. HEX triplet: 37, 54 and 34. RGB value is (55,84,52). Sum of RGB (Red+Green+Blue) = 55+84+52=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #375434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375434 is #C8ABCB. Grayscale: #474747. Windows color (decimal): -13151180 or 3429431. OLE color: 3429431.

HSL color Cylindrical-coordinate representation of color #375434: hue angle of 114.38º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375434 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB558452-
CMYK0.3500.380.67
HSL114.38º23.53%26.67%-
HSV(B)114.38º38.1%32.94%-
XYZ5.377.44.39-
YUV71.68116.89116.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 28.80%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=28.80%
G=43.98%
B=27.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5584520.3500.380.67114.3823.5326.67
Hex375434230264372181b
Octal6712464430461031623033
Binary11011110101001101001000110100110100001111100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375434; }

 p { color: rgb(55,84,52); }

 H1.HeaderClassName
 {
   color: #375434;
 }
 .AnyTagClassName
 {
   color: #375434;
 }
</style>
background-color css

<style>
 a { background-color: #375434; }

 a { background-color: rgb(55,84,52); }

 div.DivClassName
 {
   background-color: #375434;
 }
 .BgClassName
 {
   background-color: #375434;
 }
</style>
border-color css

<style>
 span { border-color: #375434; }

 span { border-color: rgb(55,84,52); }

 td.TdClassName
 {
   border-color: #375434;
 }
 .TagClassName
 {
   border-color: #375434;
 }
</style>