#3D6204

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

Shades of Verdun Green #3D6204

Tints of Verdun Green #3D6204

Color information

#3D6204 (or 0x3D6204) is unknown color: approx Verdun Green. HEX triplet: 3D, 62 and 04. RGB value is (61,98,4). Sum of RGB (Red+Green+Blue) = 61+98+4=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #3D6204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6204 is #C29DFB. Grayscale: #4C4C4C. Windows color (decimal): -12754428 or 287293. OLE color: 287293.

HSL color Cylindrical-coordinate representation of color #3D6204: hue angle of 83.62º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D6204 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB61984-
CMYK0.3800.960.62
HSL83.62º92.16%20%-
HSV(B)83.62º95.92%38.43%-
XYZ6.319.741.66-
YUV76.2287.24117.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.42%
GREEN value IS 98 (38.67% from 255) = 60.12%
BLUE value IS 4 (1.95% from 255) = 2.45%
R=37.42%
G=60.12%
B=2.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal619840.3800.960.6283.6292.1620
Hex3D624260603E545c14
Octal7514244601407612413424
Binary1111011100010100100110011000001111101010100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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