#3D600D

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

Shades of Verdun Green #3D600D

Tints of Verdun Green #3D600D

Color information

#3D600D (or 0x3D600D) is unknown color: approx Verdun Green. HEX triplet: 3D, 60 and 0D. RGB value is (61,96,13). Sum of RGB (Red+Green+Blue) = 61+96+13=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #3D600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D600D is #C29FF2. Grayscale: #4C4C4C. Windows color (decimal): -12754931 or 876605. OLE color: 876605.

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

Color convert

RGB619613-
CMYK0.3600.860.62
HSL85.3º76.15%21.37%-
HSV(B)85.3º86.46%37.65%-
XYZ6.189.391.87-
YUV76.0792.4117.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.88%
GREEN value IS 96 (37.89% from 255) = 56.47%
BLUE value IS 13 (5.47% from 255) = 7.65%
R=35.88%
G=56.47%
B=7.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196130.3600.860.6285.376.1521.37
Hex3D60D240563E554c15
Octal75140154401267612511425
Binary11110111000001101100100010101101111101010101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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