#3C6005

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

Shades of Verdun Green #3C6005

Tints of Verdun Green #3C6005

Color information

#3C6005 (or 0x3C6005) is unknown color: approx Verdun Green. HEX triplet: 3C, 60 and 05. RGB value is (60,96,5). Sum of RGB (Red+Green+Blue) = 60+96+5=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6005 is #C39FFA. Grayscale: #4B4B4B. Windows color (decimal): -12820475 or 352316. OLE color: 352316.

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

Color convert

RGB60965-
CMYK0.3800.950.62
HSL83.74º90.1%19.8%-
HSV(B)83.74º94.79%37.65%-
XYZ6.079.341.63-
YUV74.8688.57117.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 96 (37.89% from 255) = 59.63%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=37.27%
G=59.63%
B=3.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal609650.3800.950.6283.7490.119.8
Hex3C6052605F3E545a14
Octal7414054601377612413224
Binary1111001100000101100110010111111111101010100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,96,5); }

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

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

 a { background-color: rgb(60,96,5); }

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

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

 span { border-color: rgb(60,96,5); }

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