#386C24

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

Shades of Green House #386C24

Tints of Green House #386C24

Color information

#386C24 (or 0x386C24) is unknown color: approx Green House. HEX triplet: 38, 6C and 24. RGB value is (56,108,36). Sum of RGB (Red+Green+Blue) = 56+108+36=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 108 (42.58% from 255 or 54% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 108 - color contains mainly: green. Hex color #386C24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386C24 is #C793DB. Grayscale: #545454. Windows color (decimal): -13079516 or 2387000. OLE color: 2387000.

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

Color convert

RGB5610836-
CMYK0.4800.670.58
HSL103.33º50%28.24%-
HSV(B)103.33º66.67%42.35%-
XYZ7.3111.693.54-
YUV84.24100.77107.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 108 (42.58% from 255) = 54%
BLUE value IS 36 (14.45% from 255) = 18%
R=28%
G=54%
B=18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56108360.4800.670.58103.335028.24
Hex386C24300433A67321c
Octal7015444600103721476234
Binary111000110110010010011000001000011111010110011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,108,36); }

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

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

 a { background-color: rgb(56,108,36); }

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

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

 span { border-color: rgb(56,108,36); }

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