#335F3D

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

Shades of Hunter Green #335F3D

Tints of Hunter Green #335F3D

Color information

#335F3D (or 0x335F3D) is unknown color: approx Hunter Green. HEX triplet: 33, 5F and 3D. RGB value is (51,95,61). Sum of RGB (Red+Green+Blue) = 51+95+61=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #335F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335F3D is #CCA0C2. Grayscale: #4E4E4E. Windows color (decimal): -13410499 or 4022067. OLE color: 4022067.

HSL color Cylindrical-coordinate representation of color #335F3D: hue angle of 133.64º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335F3D is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB519561-
CMYK0.4600.360.63
HSL133.64º30.14%28.63%-
HSV(B)133.64º46.32%37.25%-
XYZ6.39.235.86-
YUV77.97118.42108.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 95 (37.5% from 255) = 45.89%
BLUE value IS 61 (24.22% from 255) = 29.47%
R=24.64%
G=45.89%
B=29.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5195610.4600.360.63133.6430.1428.63
Hex335F3D2E0243F861e1d
Octal631377556044772063635
Binary11001110111111111011011100100100111111100001101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,95,61); }

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

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

 a { background-color: rgb(51,95,61); }

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

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

 span { border-color: rgb(51,95,61); }

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