#396235

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

Shades of Green House #396235

Tints of Green House #396235

Color information

#396235 (or 0x396235) is unknown color: approx Green House. HEX triplet: 39, 62 and 35. RGB value is (57,98,53). Sum of RGB (Red+Green+Blue) = 57+98+53=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #396235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396235 is #C69DCA. Grayscale: #505050. Windows color (decimal): -13016523 or 3498553. OLE color: 3498553.

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

Color convert

RGB579853-
CMYK0.4200.460.62
HSL114.67º29.8%29.61%-
HSV(B)114.67º45.92%38.43%-
XYZ6.79.864.92-
YUV80.61112.42111.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 98 (38.67% from 255) = 47.12%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=27.40%
G=47.12%
B=25.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798530.4200.460.62114.6729.829.61
Hex3962352A02E3E731e1e
Octal711426552056761633636
Binary1110011100010110101101010010111011111011100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396235; }

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

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

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

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

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

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

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

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