#396335

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

Shades of Green House #396335

Tints of Green House #396335

Color information

#396335 (or 0x396335) is unknown color: approx Green House. HEX triplet: 39, 63 and 35. RGB value is (57,99,53). Sum of RGB (Red+Green+Blue) = 57+99+53=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #396335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396335 is #C69CCA. Grayscale: #515151. Windows color (decimal): -13016267 or 3498809. OLE color: 3498809.

HSL color Cylindrical-coordinate representation of color #396335: hue angle of 114.78º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396335 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB579953-
CMYK0.4200.460.61
HSL114.78º30.26%29.8%-
HSV(B)114.78º46.46%38.82%-
XYZ6.7910.054.95-
YUV81.2112.09110.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 99 (39.06% from 255) = 47.37%
BLUE value IS 53 (21.09% from 255) = 25.36%
R=27.27%
G=47.37%
B=25.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799530.4200.460.61114.7830.2629.8
Hex3963352A02E3D731e1e
Octal711436552056751633636
Binary1110011100011110101101010010111011110111100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396335; }

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

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

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

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

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

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

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

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