#375634

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

Shades of Green House #375634

Tints of Green House #375634

Color information

#375634 (or 0x375634) is unknown color: approx Green House. HEX triplet: 37, 56 and 34. RGB value is (55,86,52). Sum of RGB (Red+Green+Blue) = 55+86+52=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #375634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375634 is #C8A9CB. Grayscale: #484848. Windows color (decimal): -13150668 or 3429943. OLE color: 3429943.

HSL color Cylindrical-coordinate representation of color #375634: hue angle of 114.71º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375634 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB558652-
CMYK0.3600.400.66
HSL114.71º24.64%27.06%-
HSV(B)114.71º39.53%33.73%-
XYZ5.527.724.45-
YUV72.85116.23115.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.50%
GREEN value IS 86 (33.98% from 255) = 44.56%
BLUE value IS 52 (20.70% from 255) = 26.94%
R=28.50%
G=44.56%
B=26.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5586520.3600.400.66114.7124.6427.06
Hex375634240284273191b
Octal6712664440501021633133
Binary11011110101101101001001000101000100001011100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375634; }

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

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

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

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

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

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

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

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