#356A3C

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

Shades of Hunter Green #356A3C

Tints of Hunter Green #356A3C

Color information

#356A3C (or 0x356A3C) is unknown color: approx Hunter Green. HEX triplet: 35, 6A and 3C. RGB value is (53,106,60). Sum of RGB (Red+Green+Blue) = 53+106+60=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #356A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356A3C is #CA95C3. Grayscale: #555555. Windows color (decimal): -13276612 or 3959349. OLE color: 3959349.

HSL color Cylindrical-coordinate representation of color #356A3C: hue angle of 127.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356A3C is Cyan = 0.5, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB5310660-
CMYK0.500.430.58
HSL127.92º33.33%31.18%-
HSV(B)127.92º50%41.57%-
XYZ7.4411.396.08-
YUV84.91113.94105.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 106 (41.80% from 255) = 48.40%
BLUE value IS 60 (23.83% from 255) = 27.40%
R=24.20%
G=48.40%
B=27.40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53106600.500.430.58127.9233.3331.18
Hex356A3C3202B3A80211f
Octal651527462053722004137
Binary110101110101011110011001001010111110101000000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356A3C; }

 p { color: rgb(53,106,60); }

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

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

 a { background-color: rgb(53,106,60); }

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

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

 span { border-color: rgb(53,106,60); }

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