#386027

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

Shades of Green House #386027

Tints of Green House #386027

Color information

#386027 (or 0x386027) is unknown color: approx Green House. HEX triplet: 38, 60 and 27. RGB value is (56,96,39). Sum of RGB (Red+Green+Blue) = 56+96+39=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #386027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386027 is #C79FD8. Grayscale: #4D4D4D. Windows color (decimal): -13082585 or 2580536. OLE color: 2580536.

HSL color Cylindrical-coordinate representation of color #386027: hue angle of 102.11º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386027 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB569639-
CMYK0.4200.590.62
HSL102.11º42.22%26.47%-
HSV(B)102.11º59.38%37.65%-
XYZ6.189.353.4-
YUV77.54106.25112.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 96 (37.89% from 255) = 50.26%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=29.32%
G=50.26%
B=20.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696390.4200.590.62102.1142.2226.47
Hex3860272A03B3E662a1a
Octal701404752073761465232
Binary11100011000001001111010100111011111110110011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386027; }

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

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

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

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

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

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

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

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