#3D470A

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

Shades of Verdun Green #3D470A

Tints of Verdun Green #3D470A

Color information

#3D470A (or 0x3D470A) is unknown color: approx Verdun Green. HEX triplet: 3D, 47 and 0A. RGB value is (61,71,10). Sum of RGB (Red+Green+Blue) = 61+71+10=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #3D470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D470A is #C2B8F5. Grayscale: #3D3D3D. Windows color (decimal): -12761334 or 673597. OLE color: 673597.

HSL color Cylindrical-coordinate representation of color #3D470A: hue angle of 69.84º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D470A is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB617110-
CMYK0.1400.860.72
HSL69.84º75.31%15.88%-
HSV(B)69.84º85.92%27.84%-
XYZ4.235.521.13-
YUV61.0699.19127.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.96%
GREEN value IS 71 (28.12% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 7.04%
R=42.96%
G=50%
B=7.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6171100.1400.860.7269.8475.3115.88
Hex3D47AE05648464b10
Octal751071216012611010611320
Binary1111011000111101011100101011010010001000110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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