Html Css Color HEX #356041 Hunter Green

📋 copy color: '#356041'

red 53 ◦ green 96 ◦ blue 65

#356041
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hunter Green #356041

Tints of Hunter Green #356041

RGB

 RED value IS 53 (21.09% from 255) = 24.77%

 GREEN value IS 96 (37.89% from 255) = 44.86%

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 24.77%
G = 44.86%
B = 30.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#356041 (or 0x356041) is known color: Hunter Green. HEX triplet: 35, 60 and 41. RGB value is (53,96,65). Sum of RGB (Red+Green+Blue) = 53+96+65=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #356041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356041 is #CA9FBE. Grayscale: #4F4F4F. Windows color (decimal): -13279167 or 4284469. OLE color: 4284469.

HSL color Cylindrical-coordinate representation of color #356041: hue angle of 136.74º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356041 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 96 65 -
CMYK 0.45 0 0.32 0.62
HSL 136.74º 0.29% 0.29% -
HSV(B) 136.74º 0.45% 0.38% -
XYZ 6.61 9.5 6.49 -
YUV 79.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 53 96 65 0.45 0 0.32 0.62 136.74 0.29 0.29
Hex 35 60 41 2D 0 20 3E 89 1D 1D
Octal 65 140 101 55 0 40 76 211 35 35
Binary 110101 1100000 1000001 101101 0 100000 111110 10001001 11101 11101

Color Harmonies of #356041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356041

Black with #356041

Text Example


Text Example

White with #356041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356041; }

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

 H1.HeaderClassName
 {
   color: #356041;
 }
 .AnyTagClassName
 {
   color: #356041;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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