#3D560A

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

Shades of Verdun Green #3D560A

Tints of Verdun Green #3D560A

Color information

#3D560A (or 0x3D560A) is unknown color: approx Verdun Green. HEX triplet: 3D, 56 and 0A. RGB value is (61,86,10). Sum of RGB (Red+Green+Blue) = 61+86+10=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #3D560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D560A is #C2A9F5. Grayscale: #464646. Windows color (decimal): -12757494 or 677437. OLE color: 677437.

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

Color convert

RGB618610-
CMYK0.2900.880.66
HSL79.74º79.17%18.82%-
HSV(B)79.74º88.37%33.73%-
XYZ5.317.671.49-
YUV69.8694.22121.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.85%
GREEN value IS 86 (33.98% from 255) = 54.78%
BLUE value IS 10 (4.30% from 255) = 6.37%
R=38.85%
G=54.78%
B=6.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6186100.2900.880.6679.7479.1718.82
Hex3D56A1D05842504f13
Octal751261235013010212011723
Binary11110110101101010111010101100010000101010000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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