#385A31

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

Shades of Green House #385A31

Tints of Green House #385A31

Color information

#385A31 (or 0x385A31) is unknown color: approx Green House. HEX triplet: 38, 5A and 31. RGB value is (56,90,49). Sum of RGB (Red+Green+Blue) = 56+90+49=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #385A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A31 is #C7A5CE. Grayscale: #4B4B4B. Windows color (decimal): -13084111 or 3234360. OLE color: 3234360.

HSL color Cylindrical-coordinate representation of color #385A31: hue angle of 109.76º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #385A31 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB569049-
CMYK0.3800.460.65
HSL109.76º29.5%27.25%-
HSV(B)109.76º45.56%35.29%-
XYZ5.848.374.21-
YUV75.16113.24114.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 90 (35.55% from 255) = 46.15%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=28.72%
G=46.15%
B=25.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5690490.3800.460.65109.7629.527.25
Hex385A312602E416e1d1b
Octal7013261460561011563533
Binary11100010110101100011001100101110100000111011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385A31; }

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

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

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

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

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

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

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

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