#335D3A

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

Shades of Hunter Green #335D3A

Tints of Hunter Green #335D3A

Color information

#335D3A (or 0x335D3A) is unknown color: approx Hunter Green. HEX triplet: 33, 5D and 3A. RGB value is (51,93,58). Sum of RGB (Red+Green+Blue) = 51+93+58=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #335D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335D3A is #CCA2C5. Grayscale: #4C4C4C. Windows color (decimal): -13411014 or 3824947. OLE color: 3824947.

HSL color Cylindrical-coordinate representation of color #335D3A: hue angle of 130º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #335D3A is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB519358-
CMYK0.4500.380.64
HSL130º29.17%28.24%-
HSV(B)130º45.16%36.47%-
XYZ6.048.845.39-
YUV76.45117.59109.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.25%
GREEN value IS 93 (36.72% from 255) = 46.04%
BLUE value IS 58 (23.05% from 255) = 28.71%
R=25.25%
G=46.04%
B=28.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5193580.4500.380.6413029.1728.24
Hex335D3A2D02640821d1c
Octal6313572550461002023534
Binary110011101110111101010110101001101000000100000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335D3A; }

 p { color: rgb(51,93,58); }

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

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

 a { background-color: rgb(51,93,58); }

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

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

 span { border-color: rgb(51,93,58); }

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