#3D6802

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

Shades of Verdun Green #3D6802

Tints of Verdun Green #3D6802

Color information

#3D6802 (or 0x3D6802) is unknown color: approx Verdun Green. HEX triplet: 3D, 68 and 02. RGB value is (61,104,2). Sum of RGB (Red+Green+Blue) = 61+104+2=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 104 (41.02% from 255 or 62.28% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 104 - color contains mainly: green. Hex color #3D6802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6802 is #C297FD. Grayscale: #4F4F4F. Windows color (decimal): -12752894 or 157757. OLE color: 157757.

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

Color convert

RGB611042-
CMYK0.4100.980.59
HSL85.29º96.23%20.78%-
HSV(B)85.29º98.08%40.78%-
XYZ6.8910.91.8-
YUV79.5184.25114.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.53%
GREEN value IS 104 (41.02% from 255) = 62.28%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=36.53%
G=62.28%
B=1.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6110420.4100.980.5985.2996.2320.78
Hex3D682290623B556015
Octal7515025101427312514025
Binary111101110100010101001011000101110111010101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,104,2); }

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

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

 a { background-color: rgb(61,104,2); }

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

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

 span { border-color: rgb(61,104,2); }

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