#3C4902

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

Shades of Verdun Green #3C4902

Tints of Verdun Green #3C4902

Color information

#3C4902 (or 0x3C4902) is unknown color: approx Verdun Green. HEX triplet: 3C, 49 and 02. RGB value is (60,73,2). Sum of RGB (Red+Green+Blue) = 60+73+2=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4902 is #C3B6FD. Grayscale: #3D3D3D. Windows color (decimal): -12826366 or 149820. OLE color: 149820.

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

Color convert

RGB60732-
CMYK0.1800.970.71
HSL70.99º94.67%14.71%-
HSV(B)70.99º97.26%28.63%-
XYZ4.265.730.94-
YUV61.0294.69127.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 44.44%
GREEN value IS 73 (28.91% from 255) = 54.07%
BLUE value IS 2 (1.17% from 255) = 1.48%
R=44.44%
G=54.07%
B=1.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal607320.1800.970.7170.9994.6714.71
Hex3C4921206147475ff
Octal74111222014110710713717
Binary11110010010011010010011000011000111100011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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