#336342

Color #336342 Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #336342

Tints of Hunter Green #336342

Color information

#336342 (or 0x336342) is unknown color: approx Hunter Green. HEX triplet: 33, 63 and 42. RGB value is (51,99,66). Sum of RGB (Red+Green+Blue) = 51+99+66=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #336342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336342 is #CC9CBD. Grayscale: #505050. Windows color (decimal): -13409470 or 4350771. OLE color: 4350771.

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

Color convert

RGB519966-
CMYK0.4800.330.61
HSL138.75º32%29.41%-
HSV(B)138.75º48.48%38.82%-
XYZ6.8110.026.73-
YUV80.89119.6106.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.61%
GREEN value IS 99 (39.06% from 255) = 45.83%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=23.61%
G=45.83%
B=30.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5199660.4800.330.61138.753229.41
Hex336342300213D8b201d
Octal6314310260041752134035
Binary1100111100011100001011000001000011111011000101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336342; }

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

 H1.HeaderClassName
 {
   color: #336342;
 }
 .AnyTagClassName
 {
   color: #336342;
 }
</style>
background-color css

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

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

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

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

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

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