#335F3A

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

Shades of Hunter Green #335F3A

Tints of Hunter Green #335F3A

Color information

#335F3A (or 0x335F3A) is unknown color: approx Hunter Green. HEX triplet: 33, 5F and 3A. RGB value is (51,95,58). Sum of RGB (Red+Green+Blue) = 51+95+58=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #335F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335F3A is #CCA0C5. Grayscale: #4D4D4D. Windows color (decimal): -13410502 or 3825459. OLE color: 3825459.

HSL color Cylindrical-coordinate representation of color #335F3A: hue angle of 129.55º 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 #335F3A is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB519558-
CMYK0.4600.390.63
HSL129.55º30.14%28.63%-
HSV(B)129.55º46.32%37.25%-
XYZ6.229.195.45-
YUV77.63116.92109.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 95 (37.5% from 255) = 46.57%
BLUE value IS 58 (23.05% from 255) = 28.43%
R=25%
G=46.57%
B=28.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5195580.4600.390.63129.5530.1428.63
Hex335F3A2E0273F821e1d
Octal631377256047772023635
Binary11001110111111110101011100100111111111100000101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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