Html Css Color HEX #356840 Hunter Green

📋 copy color: '#356840'

red 53 ◦ green 104 ◦ blue 64

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

Shades of Hunter Green #356840

Tints of Hunter Green #356840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.06%

 BLUE value IS 64 (25.39% from 255) = 28.96%

R = 23.98%
G = 47.06%
B = 28.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#356840 (or 0x356840) is known color: Hunter Green. HEX triplet: 35, 68 and 40. RGB value is (53,104,64). Sum of RGB (Red+Green+Blue) = 53+104+64=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #356840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356840 is #CA97BF. Grayscale: #545454. Windows color (decimal): -13277120 or 4220981. OLE color: 4220981.

HSL color Cylindrical-coordinate representation of color #356840: hue angle of 132.94º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #356840 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 104 64 -
CMYK 0.49 0 0.38 0.59
HSL 132.94º 0.32% 0.31% -
HSV(B) 132.94º 0.49% 0.41% -
XYZ 7.34 11.03 6.59 -
YUV 84.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 53 104 64 0.49 0 0.38 0.59 132.94 0.32 0.31
Hex 35 68 40 31 0 26 3B 85 20 1F
Octal 65 150 100 61 0 46 73 205 40 37
Binary 110101 1101000 1000000 110001 0 100110 111011 10000101 100000 11111

Color Harmonies of #356840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356840

Black with #356840

Text Example


Text Example

White with #356840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356840; }

 p { color: rgb(53,104,64); }

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

background-color css

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

 a { background-color: rgb(53,104,64); }

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

border-color css

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

 span { border-color: rgb(53,104,64); }

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