#3D6904

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

Shades of Verdun Green #3D6904

Tints of Verdun Green #3D6904

Color information

#3D6904 (or 0x3D6904) is unknown color: approx Verdun Green. HEX triplet: 3D, 69 and 04. RGB value is (61,105,4). Sum of RGB (Red+Green+Blue) = 61+105+4=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 105 (41.41% from 255 or 61.76% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 105 - color contains mainly: green. Hex color #3D6904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6904 is #C296FB. Grayscale: #505050. Windows color (decimal): -12752636 or 289085. OLE color: 289085.

HSL color Cylindrical-coordinate representation of color #3D6904: hue angle of 86.14º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D6904 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB611054-
CMYK0.4200.960.59
HSL86.14º92.66%21.37%-
HSV(B)86.14º96.19%41.18%-
XYZ711.11.89-
YUV80.3384.92114.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.88%
GREEN value IS 105 (41.41% from 255) = 61.76%
BLUE value IS 4 (1.95% from 255) = 2.35%
R=35.88%
G=61.76%
B=2.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6110540.4200.960.5986.1492.6621.37
Hex3D6942A0603B565d15
Octal7515145201407312613525
Binary1111011101001100101010011000001110111010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,105,4); }

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

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

 a { background-color: rgb(61,105,4); }

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

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

 span { border-color: rgb(61,105,4); }

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