#3D610D

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

Shades of Verdun Green #3D610D

Tints of Verdun Green #3D610D

Color information

#3D610D (or 0x3D610D) is unknown color: approx Verdun Green. HEX triplet: 3D, 61 and 0D. RGB value is (61,97,13). Sum of RGB (Red+Green+Blue) = 61+97+13=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #3D610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D610D is #C29EF2. Grayscale: #4C4C4C. Windows color (decimal): -12754675 or 876861. OLE color: 876861.

HSL color Cylindrical-coordinate representation of color #3D610D: hue angle of 85.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D610D is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB619713-
CMYK0.3700.870.62
HSL85.71º76.36%21.57%-
HSV(B)85.71º86.6%38.04%-
XYZ6.279.571.9-
YUV76.6692.07116.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.67%
GREEN value IS 97 (38.28% from 255) = 56.73%
BLUE value IS 13 (5.47% from 255) = 7.60%
R=35.67%
G=56.73%
B=7.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6197130.3700.870.6285.7176.3621.57
Hex3D61D250573E564c16
Octal75141154501277612611426
Binary11110111000011101100101010101111111101010110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,97,13); }

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

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

 a { background-color: rgb(61,97,13); }

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

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

 span { border-color: rgb(61,97,13); }

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