#3D503F

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

Shades of Hunter Green #3D503F

Tints of Hunter Green #3D503F

Color information

#3D503F (or 0x3D503F) is unknown color: approx Hunter Green. HEX triplet: 3D, 50 and 3F. RGB value is (61,80,63). Sum of RGB (Red+Green+Blue) = 61+80+63=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #3D503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D503F is #C2AFC0. Grayscale: #484848. Windows color (decimal): -12758977 or 4149309. OLE color: 4149309.

HSL color Cylindrical-coordinate representation of color #3D503F: hue angle of 126.32º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D503F is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB618063-
CMYK0.2400.210.69
HSL126.32º13.48%27.65%-
HSV(B)126.32º23.75%31.37%-
XYZ5.697.095.77-
YUV72.38122.71119.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.90%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 63 (25% from 255) = 30.88%
R=29.90%
G=39.22%
B=30.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6180630.2400.210.69126.3213.4827.65
Hex3D503F18015457ed1c
Octal7512077300251051761534
Binary11110110100001111111100001010110001011111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,80,63); }

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

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

 a { background-color: rgb(61,80,63); }

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

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

 span { border-color: rgb(61,80,63); }

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