#385731

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

Shades of Green House #385731

Tints of Green House #385731

Color information

#385731 (or 0x385731) is unknown color: approx Green House. HEX triplet: 38, 57 and 31. RGB value is (56,87,49). Sum of RGB (Red+Green+Blue) = 56+87+49=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #385731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385731 is #C7A8CE. Grayscale: #494949. Windows color (decimal): -13084879 or 3233592. OLE color: 3233592.

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

Color convert

RGB568749-
CMYK0.3600.440.66
HSL108.95º27.94%26.67%-
HSV(B)108.95º43.68%34.12%-
XYZ5.597.884.13-
YUV73.4114.23115.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 49 (19.53% from 255) = 25.52%
R=29.17%
G=45.31%
B=25.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687490.3600.440.66108.9527.9426.67
Hex3857312402C426d1c1b
Octal7012761440541021553433
Binary11100010101111100011001000101100100001011011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385731; }

 p { color: rgb(56,87,49); }

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

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

 a { background-color: rgb(56,87,49); }

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

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

 span { border-color: rgb(56,87,49); }

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