#3D563F

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

Shades of Hunter Green #3D563F

Tints of Hunter Green #3D563F

Color information

#3D563F (or 0x3D563F) is unknown color: approx Hunter Green. HEX triplet: 3D, 56 and 3F. RGB value is (61,86,63). Sum of RGB (Red+Green+Blue) = 61+86+63=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #3D563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D563F is #C2A9C0. Grayscale: #4B4B4B. Windows color (decimal): -12757441 or 4150845. OLE color: 4150845.

HSL color Cylindrical-coordinate representation of color #3D563F: hue angle of 124.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D563F is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB618663-
CMYK0.2900.270.66
HSL124.8º17.01%28.82%-
HSV(B)124.8º29.07%33.73%-
XYZ6.158.015.92-
YUV75.9120.72117.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.05%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 63 (25% from 255) = 30%
R=29.05%
G=40.95%
B=30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6186630.2900.270.66124.817.0128.82
Hex3D563F1D01B427d111d
Octal7512677350331021752135
Binary111101101011011111111101011011100001011111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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