#356140

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

Shades of Hunter Green #356140

Tints of Hunter Green #356140

Color information

#356140 (or 0x356140) is unknown color: approx Hunter Green. HEX triplet: 35, 61 and 40. RGB value is (53,97,64). Sum of RGB (Red+Green+Blue) = 53+97+64=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #356140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356140 is #CA9EBF. Grayscale: #505050. Windows color (decimal): -13278912 or 4219189. OLE color: 4219189.

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

Color convert

RGB539764-
CMYK0.4500.340.62
HSL135º29.33%29.41%-
HSV(B)135º45.36%38.04%-
XYZ6.679.686.37-
YUV80.08118.92108.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=24.77%
G=45.33%
B=29.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397640.4500.340.6213529.3329.41
Hex3561402D0223E871d1d
Octal6514110055042762073535
Binary110101110000110000001011010100010111110100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356140; }

 p { color: rgb(53,97,64); }

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

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

 a { background-color: rgb(53,97,64); }

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

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

 span { border-color: rgb(53,97,64); }

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