#396226

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

Shades of Green House #396226

Tints of Green House #396226

Color information

#396226 (or 0x396226) is unknown color: approx Green House. HEX triplet: 39, 62 and 26. RGB value is (57,98,38). Sum of RGB (Red+Green+Blue) = 57+98+38=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #396226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396226 is #C69DD9. Grayscale: #4F4F4F. Windows color (decimal): -13016538 or 2515513. OLE color: 2515513.

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

Color convert

RGB579838-
CMYK0.4200.610.62
HSL101º44.12%26.67%-
HSV(B)101º61.22%38.43%-
XYZ6.49.753.38-
YUV78.9104.92112.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=29.53%
G=50.78%
B=19.69%

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
Decimal5798380.4200.610.6210144.1226.67
Hex3962262A03D3E652c1b
Octal711424652075761455433
Binary11100111000101001101010100111101111110110010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396226; }

 p { color: rgb(57,98,38); }

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

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

 a { background-color: rgb(57,98,38); }

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

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

 span { border-color: rgb(57,98,38); }

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