#3D6014

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

Shades of Verdun Green #3D6014

Tints of Verdun Green #3D6014

Color information

#3D6014 (or 0x3D6014) is unknown color: approx Verdun Green. HEX triplet: 3D, 60 and 14. RGB value is (61,96,20). Sum of RGB (Red+Green+Blue) = 61+96+20=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6014 is #C29FEB. Grayscale: #4D4D4D. Windows color (decimal): -12754924 or 1335357. OLE color: 1335357.

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

Color convert

RGB619620-
CMYK0.3600.790.62
HSL87.63º65.52%22.75%-
HSV(B)87.63º79.17%37.65%-
XYZ6.239.412.15-
YUV76.8795.9116.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.46%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=34.46%
G=54.24%
B=11.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196200.3600.790.6287.6365.5222.75
Hex3D60142404F3E584217
Octal75140244401177613010227
Binary111101110000010100100100010011111111101011000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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