Html Css Color HEX #336740 Hunter Green

📋 copy color: '#336740'

red 51 ◦ green 103 ◦ blue 64

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

Shades of Hunter Green #336740

Tints of Hunter Green #336740

RGB

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

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

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

R = 23.39%
G = 47.25%
B = 29.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#336740 (or 0x336740) is known color: Hunter Green. HEX triplet: 33, 67 and 40. RGB value is (51,103,64). Sum of RGB (Red+Green+Blue) = 51+103+64=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 103 - color contains mainly: green. Hex color #336740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336740 is #CC98BF. Grayscale: #535353. Windows color (decimal): -13408448 or 4220723. OLE color: 4220723.

HSL color Cylindrical-coordinate representation of color #336740: hue angle of 135º 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 #336740 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 103 64 -
CMYK 0.50 0 0.38 0.60
HSL 135º 0.34% 0.3% -
HSV(B) 135º 0.5% 0.4% -
XYZ 7.14 10.77 6.55 -
YUV 83.01 117.27 105.17 -
System Red Green Blue C M Y K H S L
Decimal 51 103 64 0.50 0 0.38 0.60 135 0.34 0.3
Hex 33 67 40 32 0 26 3C 87 22 1E
Octal 63 147 100 62 0 46 74 207 42 36
Binary 110011 1100111 1000000 110010 0 100110 111100 10000111 100010 11110

Color Harmonies of #336740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336740

Black with #336740

Text Example


Text Example

White with #336740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336740; }

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

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

background-color css

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

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

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

border-color css

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

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

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