#356F41

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

Shades of Hunter Green #356F41

Tints of Hunter Green #356F41

Color information

#356F41 (or 0x356F41) is unknown color: approx Hunter Green. HEX triplet: 35, 6F and 41. RGB value is (53,111,65). Sum of RGB (Red+Green+Blue) = 53+111+65=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 111 - color contains mainly: green. Hex color #356F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356F41 is #CA90BE. Grayscale: #585858. Windows color (decimal): -13275327 or 4288309. OLE color: 4288309.

HSL color Cylindrical-coordinate representation of color #356F41: hue angle of 132.41º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356F41 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB5311165-
CMYK0.5200.410.56
HSL132.41º35.37%32.16%-
HSV(B)132.41º52.25%43.53%-
XYZ8.1112.516.99-
YUV88.41114.78102.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 111 (43.75% from 255) = 48.47%
BLUE value IS 65 (25.78% from 255) = 28.38%
R=23.14%
G=48.47%
B=28.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53111650.5200.410.56132.4135.3732.16
Hex356F413402938842320
Octal6515710164051702044340
Binary11010111011111000001110100010100111100010000100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,111,65); }

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

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

 a { background-color: rgb(53,111,65); }

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

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

 span { border-color: rgb(53,111,65); }

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