#3B4F3D

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

Shades of Hunter Green #3B4F3D

Tints of Hunter Green #3B4F3D

Color information

#3B4F3D (or 0x3B4F3D) is unknown color: approx Hunter Green. HEX triplet: 3B, 4F and 3D. RGB value is (59,79,61). Sum of RGB (Red+Green+Blue) = 59+79+61=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4F3D is #C4B0C2. Grayscale: #474747. Windows color (decimal): -12890307 or 4017979. OLE color: 4017979.

HSL color Cylindrical-coordinate representation of color #3B4F3D: hue angle of 126º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B4F3D is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB597961-
CMYK0.2500.230.69
HSL126º14.49%27.06%-
HSV(B)126º25.32%30.98%-
XYZ5.446.865.45-
YUV70.97122.37119.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.65%
GREEN value IS 79 (31.25% from 255) = 39.70%
BLUE value IS 61 (24.22% from 255) = 30.65%
R=29.65%
G=39.70%
B=30.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5979610.2500.230.6912614.4927.06
Hex3B4F3D19017457ee1b
Octal7311775310271051761633
Binary11101110011111111011100101011110001011111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B4F3D; }

 p { color: rgb(59,79,61); }

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

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

 a { background-color: rgb(59,79,61); }

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

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

 span { border-color: rgb(59,79,61); }

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