#3D6310

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

Shades of Verdun Green #3D6310

Tints of Verdun Green #3D6310

Color information

#3D6310 (or 0x3D6310) is unknown color: approx Verdun Green. HEX triplet: 3D, 63 and 10. RGB value is (61,99,16). Sum of RGB (Red+Green+Blue) = 61+99+16=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #3D6310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6310 is #C29CEF. Grayscale: #4E4E4E. Windows color (decimal): -12754160 or 1073981. OLE color: 1073981.

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

Color convert

RGB619916-
CMYK0.3800.840.61
HSL87.47º72.17%22.55%-
HSV(B)87.47º83.84%38.82%-
XYZ6.489.952.07-
YUV78.1892.91115.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.66%
GREEN value IS 99 (39.06% from 255) = 56.25%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=34.66%
G=56.25%
B=9.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6199160.3800.840.6187.4772.1722.55
Hex3D6310260543D574817
Octal75143204601247512711027
Binary111101110001110000100110010101001111011010111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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