#375929

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

Shades of Green House #375929

Tints of Green House #375929

Color information

#375929 (or 0x375929) is unknown color: approx Green House. HEX triplet: 37, 59 and 29. RGB value is (55,89,41). Sum of RGB (Red+Green+Blue) = 55+89+41=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #375929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375929 is #C8A6D6. Grayscale: #494949. Windows color (decimal): -13149911 or 2709815. OLE color: 2709815.

HSL color Cylindrical-coordinate representation of color #375929: hue angle of 102.5º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #375929 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB558941-
CMYK0.3800.540.65
HSL102.5º36.92%25.49%-
HSV(B)102.5º53.93%34.9%-
XYZ5.558.123.37-
YUV73.36109.74114.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 89 (35.16% from 255) = 48.11%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=29.73%
G=48.11%
B=22.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589410.3800.540.65102.536.9225.49
Hex3759292603641662519
Octal6713151460661011464531
Binary110111101100110100110011001101101000001110011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375929; }

 p { color: rgb(55,89,41); }

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

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

 a { background-color: rgb(55,89,41); }

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

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

 span { border-color: rgb(55,89,41); }

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