#3C4802

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

Shades of Verdun Green #3C4802

Tints of Verdun Green #3C4802

Color information

#3C4802 (or 0x3C4802) is unknown color: approx Verdun Green. HEX triplet: 3C, 48 and 02. RGB value is (60,72,2). Sum of RGB (Red+Green+Blue) = 60+72+2=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4802 is #C3B7FD. Grayscale: #3C3C3C. Windows color (decimal): -12826622 or 149564. OLE color: 149564.

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

Color convert

RGB60722-
CMYK0.1700.970.72
HSL70.29º94.59%14.51%-
HSV(B)70.29º97.22%28.24%-
XYZ4.195.60.92-
YUV60.4395.02127.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 44.78%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 2 (1.17% from 255) = 1.49%
R=44.78%
G=53.73%
B=1.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal607220.1700.970.7270.2994.5914.51
Hex3C4821106148465ff
Octal74110221014111010613717
Binary11110010010001010001011000011001000100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,72,2); }

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

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

 a { background-color: rgb(60,72,2); }

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

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

 span { border-color: rgb(60,72,2); }

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