#3C4C01

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

Shades of Verdun Green #3C4C01

Tints of Verdun Green #3C4C01

Color information

#3C4C01 (or 0x3C4C01) is unknown color: approx Verdun Green. HEX triplet: 3C, 4C and 01. RGB value is (60,76,1). Sum of RGB (Red+Green+Blue) = 60+76+1=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 76 (30.08% from 255 or 55.47% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4C01 is #C3B3FE. Grayscale: #3E3E3E. Windows color (decimal): -12825599 or 85052. OLE color: 85052.

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

Color convert

RGB60761-
CMYK0.2100.990.70
HSL72.8º97.4%15.1%-
HSV(B)72.8º98.68%29.8%-
XYZ4.456.130.98-
YUV62.6793.2126.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.80%
GREEN value IS 76 (30.08% from 255) = 55.47%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=43.80%
G=55.47%
B=0.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal607610.2100.990.7072.897.415.1
Hex3C4C115063464961f
Octal74114125014310611114117
Binary1111001001100110101011000111000110100100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,76,1); }

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

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

 a { background-color: rgb(60,76,1); }

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

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

 span { border-color: rgb(60,76,1); }

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