#3C6203

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

Shades of Verdun Green #3C6203

Tints of Verdun Green #3C6203

Color information

#3C6203 (or 0x3C6203) is unknown color: approx Verdun Green. HEX triplet: 3C, 62 and 03. RGB value is (60,98,3). Sum of RGB (Red+Green+Blue) = 60+98+3=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 98 (38.67% from 255 or 60.87% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6203 is #C39DFC. Grayscale: #4C4C4C. Windows color (decimal): -12819965 or 221756. OLE color: 221756.

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

Color convert

RGB60983-
CMYK0.3900.970.62
HSL84º94.06%19.8%-
HSV(B)84º96.94%38.43%-
XYZ6.259.71.63-
YUV75.8186.91116.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 98 (38.67% from 255) = 60.87%
BLUE value IS 3 (1.56% from 255) = 1.86%
R=37.27%
G=60.87%
B=1.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal609830.3900.970.628494.0619.8
Hex3C623270613E545e14
Octal7414234701417612413624
Binary111100110001011100111011000011111101010100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,98,3); }

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

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

 a { background-color: rgb(60,98,3); }

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

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

 span { border-color: rgb(60,98,3); }

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