#386127

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

Shades of Green House #386127

Tints of Green House #386127

Color information

#386127 (or 0x386127) is unknown color: approx Green House. HEX triplet: 38, 61 and 27. RGB value is (56,97,39). Sum of RGB (Red+Green+Blue) = 56+97+39=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #386127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386127 is #C79ED8. Grayscale: #4E4E4E. Windows color (decimal): -13082329 or 2580792. OLE color: 2580792.

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

Color convert

RGB569739-
CMYK0.4200.600.62
HSL102.41º42.65%26.67%-
HSV(B)102.41º59.79%38.04%-
XYZ6.279.543.43-
YUV78.13105.92112.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 97 (38.28% from 255) = 50.52%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=29.17%
G=50.52%
B=20.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697390.4200.600.62102.4142.6526.67
Hex3861272A03C3E662b1b
Octal701414752074761465333
Binary11100011000011001111010100111100111110110011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386127; }

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

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

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

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

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

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

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

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