#356B3C

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

Shades of Hunter Green #356B3C

Tints of Hunter Green #356B3C

Color information

#356B3C (or 0x356B3C) is unknown color: approx Hunter Green. HEX triplet: 35, 6B and 3C. RGB value is (53,107,60). Sum of RGB (Red+Green+Blue) = 53+107+60=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #356B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B3C is #CA94C3. Grayscale: #555555. Windows color (decimal): -13276356 or 3959605. OLE color: 3959605.

HSL color Cylindrical-coordinate representation of color #356B3C: hue angle of 127.78º degrees, saturation: 0.34, 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 #356B3C is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB5310760-
CMYK0.5000.440.58
HSL127.78º33.75%31.37%-
HSV(B)127.78º50.47%41.96%-
XYZ7.5411.66.12-
YUV85.5113.61104.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 107 (42.19% from 255) = 48.64%
BLUE value IS 60 (23.83% from 255) = 27.27%
R=24.09%
G=48.64%
B=27.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107600.5000.440.58127.7833.7531.37
Hex356B3C3202C3A80221f
Octal651537462054722004237
Binary110101110101111110011001001011001110101000000010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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