Html Css Color HEX #336742 Hunter Green

📋 copy color: '#336742'

red 51 ◦ green 103 ◦ blue 66

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

Shades of Hunter Green #336742

Tints of Hunter Green #336742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.82%

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

R = 23.18%
G = 46.82%
B = 30%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#336742 (or 0x336742) is known color: Hunter Green. HEX triplet: 33, 67 and 42. RGB value is (51,103,66). Sum of RGB (Red+Green+Blue) = 51+103+66=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #336742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336742 is #CC98BD. Grayscale: #535353. Windows color (decimal): -13408446 or 4351795. OLE color: 4351795.

HSL color Cylindrical-coordinate representation of color #336742: hue angle of 137.31º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336742 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 103 66 -
CMYK 0.50 0 0.36 0.60
HSL 137.31º 0.34% 0.3% -
HSV(B) 137.31º 0.5% 0.4% -
XYZ 7.2 10.8 6.86 -
YUV 83.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 51 103 66 0.50 0 0.36 0.60 137.31 0.34 0.3
Hex 33 67 42 32 0 24 3C 89 22 1E
Octal 63 147 102 62 0 44 74 211 42 36
Binary 110011 1100111 1000010 110010 0 100100 111100 10001001 100010 11110

Color Harmonies of #336742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336742

Black with #336742

Text Example


Text Example

White with #336742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336742; }

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

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

background-color css

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

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

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

border-color css

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

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

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