#396935

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

Shades of Green House #396935

Tints of Green House #396935

Color information

#396935 (or 0x396935) is unknown color: approx Green House. HEX triplet: 39, 69 and 35. RGB value is (57,105,53). Sum of RGB (Red+Green+Blue) = 57+105+53=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #396935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396935 is #C696CA. Grayscale: #545454. Windows color (decimal): -13014731 or 3500345. OLE color: 3500345.

HSL color Cylindrical-coordinate representation of color #396935: hue angle of 115.38º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396935 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB5710553-
CMYK0.4600.500.59
HSL115.38º32.91%30.98%-
HSV(B)115.38º49.52%41.18%-
XYZ7.3811.235.15-
YUV84.72110.1108.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 105 (41.41% from 255) = 48.84%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=26.51%
G=48.84%
B=24.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57105530.4600.500.59115.3832.9130.98
Hex3969352E0323B73211f
Octal711516556062731634137
Binary11100111010011101011011100110010111011111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396935; }

 p { color: rgb(57,105,53); }

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

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

 a { background-color: rgb(57,105,53); }

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

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

 span { border-color: rgb(57,105,53); }

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