#356A3B

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

Shades of Hunter Green #356A3B

Tints of Hunter Green #356A3B

Color information

#356A3B (or 0x356A3B) is unknown color: approx Hunter Green. HEX triplet: 35, 6A and 3B. RGB value is (53,106,59). Sum of RGB (Red+Green+Blue) = 53+106+59=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #356A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356A3B is #CA95C4. Grayscale: #545454. Windows color (decimal): -13276613 or 3893813. OLE color: 3893813.

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

Color convert

RGB5310659-
CMYK0.500.440.58
HSL126.79º33.33%31.18%-
HSV(B)126.79º50%41.57%-
XYZ7.4111.385.94-
YUV84.79113.44105.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 106 (41.80% from 255) = 48.62%
BLUE value IS 59 (23.44% from 255) = 27.06%
R=24.31%
G=48.62%
B=27.06%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53106590.500.440.58126.7933.3331.18
Hex356A3B3202C3A7f211f
Octal651527362054721774137
Binary11010111010101110111100100101100111010111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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