#386B22

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

Shades of Green House #386B22

Tints of Green House #386B22

Color information

#386B22 (or 0x386B22) is unknown color: approx Green House. HEX triplet: 38, 6B and 22. RGB value is (56,107,34). Sum of RGB (Red+Green+Blue) = 56+107+34=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #386B22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B22 is #C794DD. Grayscale: #535353. Windows color (decimal): -13079774 or 2255672. OLE color: 2255672.

HSL color Cylindrical-coordinate representation of color #386B22: hue angle of 101.92º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #386B22 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB5610734-
CMYK0.4800.680.58
HSL101.92º51.77%27.65%-
HSV(B)101.92º68.22%41.96%-
XYZ7.1811.473.35-
YUV83.43100.1108.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 107 (42.19% from 255) = 54.31%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=28.43%
G=54.31%
B=17.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56107340.4800.680.58101.9251.7727.65
Hex386B22300443A66341c
Octal7015342600104721466434
Binary111000110101110001011000001000100111010110011011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,107,34); }

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

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

 a { background-color: rgb(56,107,34); }

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

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

 span { border-color: rgb(56,107,34); }

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