Html Css Color HEX #356342 Hunter Green

📋 copy color: '#356342'

red 53 ◦ green 99 ◦ blue 66

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

Shades of Hunter Green #356342

Tints of Hunter Green #356342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.41%

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 24.31%
G = 45.41%
B = 30.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#356342 (or 0x356342) is known color: Hunter Green. HEX triplet: 35, 63 and 42. RGB value is (53,99,66). Sum of RGB (Red+Green+Blue) = 53+99+66=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #356342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356342 is #CA9CBD. Grayscale: #515151. Windows color (decimal): -13278398 or 4350773. OLE color: 4350773.

HSL color Cylindrical-coordinate representation of color #356342: hue angle of 136.96º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356342 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 99 66 -
CMYK 0.46 0 0.33 0.61
HSL 136.96º 0.3% 0.3% -
HSV(B) 136.96º 0.46% 0.39% -
XYZ 6.91 10.07 6.73 -
YUV 81.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 53 99 66 0.46 0 0.33 0.61 136.96 0.3 0.3
Hex 35 63 42 2E 0 21 3D 89 1E 1E
Octal 65 143 102 56 0 41 75 211 36 36
Binary 110101 1100011 1000010 101110 0 100001 111101 10001001 11110 11110

Color Harmonies of #356342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356342

Black with #356342

Text Example


Text Example

White with #356342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356342; }

 p { color: rgb(53,99,66); }

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

background-color css

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

 a { background-color: rgb(53,99,66); }

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

border-color css

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

 span { border-color: rgb(53,99,66); }

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