Html Css Color HEX #356142 Hunter Green

📋 copy color: '#356142'

red 53 ◦ green 97 ◦ blue 66

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

Shades of Hunter Green #356142

Tints of Hunter Green #356142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.91%

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

R = 24.54%
G = 44.91%
B = 30.56%

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

#356142 (or 0x356142) is known color: Hunter Green. HEX triplet: 35, 61 and 42. RGB value is (53,97,66). Sum of RGB (Red+Green+Blue) = 53+97+66=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #356142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356142 is #CA9EBD. Grayscale: #505050. Windows color (decimal): -13278910 or 4350261. OLE color: 4350261.

HSL color Cylindrical-coordinate representation of color #356142: hue angle of 137.73º 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 #356142 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 97 66 -
CMYK 0.45 0 0.32 0.62
HSL 137.73º 0.29% 0.29% -
HSV(B) 137.73º 0.45% 0.38% -
XYZ 6.73 9.7 6.67 -
YUV 80.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 53 97 66 0.45 0 0.32 0.62 137.73 0.29 0.29
Hex 35 61 42 2D 0 20 3E 8A 1D 1D
Octal 65 141 102 55 0 40 76 212 35 35
Binary 110101 1100001 1000010 101101 0 100000 111110 10001010 11101 11101

Color Harmonies of #356142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356142

Black with #356142

Text Example


Text Example

White with #356142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356142; }

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

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

background-color css

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

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

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

border-color css

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

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

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