#396735

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

Shades of Green House #396735

Tints of Green House #396735

Color information

#396735 (or 0x396735) is unknown color: approx Green House. HEX triplet: 39, 67 and 35. RGB value is (57,103,53). Sum of RGB (Red+Green+Blue) = 57+103+53=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 103 - color contains mainly: green. Hex color #396735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396735 is #C698CA. Grayscale: #535353. Windows color (decimal): -13015243 or 3499833. OLE color: 3499833.

HSL color Cylindrical-coordinate representation of color #396735: hue angle of 115.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396735 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB5710353-
CMYK0.4500.490.60
HSL115.2º32.05%30.59%-
HSV(B)115.2º48.54%40.39%-
XYZ7.1810.835.08-
YUV83.55110.76109.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 103 (40.62% from 255) = 48.36%
BLUE value IS 53 (21.09% from 255) = 24.88%
R=26.76%
G=48.36%
B=24.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57103530.4500.490.60115.232.0530.59
Hex3967352D0313C73201f
Octal711476555061741634037
Binary11100111001111101011011010110001111100111001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396735; }

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

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

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

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

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

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

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

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