#356640

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

Shades of Hunter Green #356640

Tints of Hunter Green #356640

Color information

#356640 (or 0x356640) is unknown color: approx Hunter Green. HEX triplet: 35, 66 and 40. RGB value is (53,102,64). Sum of RGB (Red+Green+Blue) = 53+102+64=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #356640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356640 is #CA99BF. Grayscale: #535353. Windows color (decimal): -13277632 or 4220469. OLE color: 4220469.

HSL color Cylindrical-coordinate representation of color #356640: hue angle of 133.47º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356640 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB5310264-
CMYK0.4800.370.6
HSL133.47º31.61%30.39%-
HSV(B)133.47º48.04%40%-
XYZ7.1410.636.53-
YUV83.02117.27106.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 102 (40.23% from 255) = 46.58%
BLUE value IS 64 (25.39% from 255) = 29.22%
R=24.20%
G=46.58%
B=29.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102640.4800.370.6133.4731.6130.39
Hex356640300253C85201e
Octal6514610060045742054036
Binary1101011100110100000011000001001011111001000010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356640; }

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

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

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

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

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

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

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

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