Html Css Color HEX #356B40 Hunter Green

📋 copy color: '#356B40'

red 53 ◦ green 107 ◦ blue 64

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

Shades of Hunter Green #356B40

Tints of Hunter Green #356B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.77%

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

R = 23.66%
G = 47.77%
B = 28.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#356B40 (or 0x356B40) is known color: Hunter Green. HEX triplet: 35, 6B and 40. RGB value is (53,107,64). Sum of RGB (Red+Green+Blue) = 53+107+64=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #356B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B40 is #CA94BF. Grayscale: #565656. Windows color (decimal): -13276352 or 4221749. OLE color: 4221749.

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

Color convert

RGB 53 107 64 -
CMYK 0.50 0 0.40 0.58
HSL 132.22º 0.34% 0.31% -
HSV(B) 132.22º 0.5% 0.42% -
XYZ 7.65 11.64 6.69 -
YUV 85.95 115.61 104.5 -
System Red Green Blue C M Y K H S L
Decimal 53 107 64 0.50 0 0.40 0.58 132.22 0.34 0.31
Hex 35 6B 40 32 0 28 3A 84 22 1F
Octal 65 153 100 62 0 50 72 204 42 37
Binary 110101 1101011 1000000 110010 0 101000 111010 10000100 100010 11111

Color Harmonies of #356B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B40

Black with #356B40

Text Example


Text Example

White with #356B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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