Html Css Color HEX #337142 Hunter Green

📋 copy color: '#337142'

red 51 ◦ green 113 ◦ blue 66

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

Shades of Hunter Green #337142

Tints of Hunter Green #337142

RGB

 RED value IS 51 (20.31% from 255) = 22.17%

 GREEN value IS 113 (44.53% from 255) = 49.13%

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

R = 22.17%
G = 49.13%
B = 28.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#337142 (or 0x337142) is known color: Hunter Green. HEX triplet: 33, 71 and 42. RGB value is (51,113,66). Sum of RGB (Red+Green+Blue) = 51+113+66=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #337142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337142 is #CC8EBD. Grayscale: #595959. Windows color (decimal): -13405886 or 4354355. OLE color: 4354355.

HSL color Cylindrical-coordinate representation of color #337142: hue angle of 134.52º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337142 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 113 66 -
CMYK 0.55 0 0.42 0.56
HSL 134.52º 0.38% 0.32% -
HSV(B) 134.52º 0.55% 0.44% -
XYZ 8.25 12.91 7.21 -
YUV 89.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 51 113 66 0.55 0 0.42 0.56 134.52 0.38 0.32
Hex 33 71 42 37 0 2A 38 87 26 20
Octal 63 161 102 67 0 52 70 207 46 40
Binary 110011 1110001 1000010 110111 0 101010 111000 10000111 100110 100000

Color Harmonies of #337142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337142

Black with #337142

Text Example


Text Example

White with #337142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337142; }

 p { color: rgb(51,113,66); }

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

background-color css

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

 a { background-color: rgb(51,113,66); }

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

border-color css

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

 span { border-color: rgb(51,113,66); }

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