#386E32

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

Shades of Green House #386E32

Tints of Green House #386E32

Color information

#386E32 (or 0x386E32) is unknown color: approx Green House. HEX triplet: 38, 6E and 32. RGB value is (56,110,50). Sum of RGB (Red+Green+Blue) = 56+110+50=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 110 (43.36% from 255 or 50.93% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 110 - color contains mainly: green. Hex color #386E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E32 is #C791CD. Grayscale: #575757. Windows color (decimal): -13078990 or 3305016. OLE color: 3305016.

HSL color Cylindrical-coordinate representation of color #386E32: hue angle of 114º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #386E32 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB5611050-
CMYK0.4900.550.57
HSL114º37.5%31.37%-
HSV(B)114º54.55%43.14%-
XYZ7.7812.224.97-
YUV87.01107.11105.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 110 (43.36% from 255) = 50.93%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=25.93%
G=50.93%
B=23.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56110500.4900.550.5711437.531.37
Hex386E32310373972261f
Octal701566261067711624637
Binary11100011011101100101100010110111111001111001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386E32; }

 p { color: rgb(56,110,50); }

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

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

 a { background-color: rgb(56,110,50); }

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

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

 span { border-color: rgb(56,110,50); }

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