#3D630D

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

Shades of Verdun Green #3D630D

Tints of Verdun Green #3D630D

Color information

#3D630D (or 0x3D630D) is unknown color: approx Verdun Green. HEX triplet: 3D, 63 and 0D. RGB value is (61,99,13). Sum of RGB (Red+Green+Blue) = 61+99+13=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #3D630D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D630D is #C29CF2. Grayscale: #4E4E4E. Windows color (decimal): -12754163 or 877373. OLE color: 877373.

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

Color convert

RGB619913-
CMYK0.3800.870.61
HSL86.51º76.79%21.96%-
HSV(B)86.51º86.87%38.82%-
XYZ6.469.941.96-
YUV77.8391.41115.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.26%
GREEN value IS 99 (39.06% from 255) = 57.23%
BLUE value IS 13 (5.47% from 255) = 7.51%
R=35.26%
G=57.23%
B=7.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6199130.3800.870.6186.5176.7921.96
Hex3D63D260573D574d16
Octal75143154601277512711526
Binary11110111000111101100110010101111111011010111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D630D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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