#3D4C02

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

Shades of Verdun Green #3D4C02

Tints of Verdun Green #3D4C02

Color information

#3D4C02 (or 0x3D4C02) is unknown color: approx Verdun Green. HEX triplet: 3D, 4C and 02. RGB value is (61,76,2). Sum of RGB (Red+Green+Blue) = 61+76+2=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4C02 is #C2B3FD. Grayscale: #3F3F3F. Windows color (decimal): -12760062 or 150589. OLE color: 150589.

HSL color Cylindrical-coordinate representation of color #3D4C02: hue angle of 72.16º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D4C02 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB61762-
CMYK0.2000.970.70
HSL72.16º94.87%15.29%-
HSV(B)72.16º97.37%29.8%-
XYZ4.526.171.01-
YUV63.0893.53126.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 43.88%
GREEN value IS 76 (30.08% from 255) = 54.68%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=43.88%
G=54.68%
B=1.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal617620.2000.970.7072.1694.8715.29
Hex3D4C21406146485ff
Octal75114224014110611013717
Binary11110110011001010100011000011000110100100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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