#386A27

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

Shades of Green House #386A27

Tints of Green House #386A27

Color information

#386A27 (or 0x386A27) is unknown color: approx Green House. HEX triplet: 38, 6A and 27. RGB value is (56,106,39). Sum of RGB (Red+Green+Blue) = 56+106+39=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 106 (41.80% from 255 or 52.74% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 106 - color contains mainly: green. Hex color #386A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386A27 is #C795D8. Grayscale: #535353. Windows color (decimal): -13080025 or 2583096. OLE color: 2583096.

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

Color convert

RGB5610639-
CMYK0.4700.630.58
HSL104.78º46.21%28.43%-
HSV(B)104.78º63.21%41.57%-
XYZ7.1511.33.72-
YUV83.41102.94108.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 106 (41.80% from 255) = 52.74%
BLUE value IS 39 (15.62% from 255) = 19.40%
R=27.86%
G=52.74%
B=19.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56106390.4700.630.58104.7846.2128.43
Hex386A272F03F3A692e1c
Octal701524757077721515634
Binary11100011010101001111011110111111111010110100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,106,39); }

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

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

 a { background-color: rgb(56,106,39); }

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

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

 span { border-color: rgb(56,106,39); }

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