#386126

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

Shades of Green House #386126

Tints of Green House #386126

Color information

#386126 (or 0x386126) is unknown color: approx Green House. HEX triplet: 38, 61 and 26. RGB value is (56,97,38). Sum of RGB (Red+Green+Blue) = 56+97+38=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #386126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386126 is #C79ED9. Grayscale: #4E4E4E. Windows color (decimal): -13082330 or 2515256. OLE color: 2515256.

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

Color convert

RGB569738-
CMYK0.4200.610.62
HSL101.69º43.7%26.47%-
HSV(B)101.69º60.82%38.04%-
XYZ6.269.533.34-
YUV78.01105.42112.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 38 (15.23% from 255) = 19.90%
R=29.32%
G=50.79%
B=19.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697380.4200.610.62101.6943.726.47
Hex3861262A03D3E662c1a
Octal701414652075761465432
Binary11100011000011001101010100111101111110110011010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386126; }

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

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

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

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

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

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

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

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