#4C5A01

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

Shades of Verdun Green #4C5A01

Tints of Verdun Green #4C5A01

Color information

#4C5A01 (or 0x4C5A01) is unknown color: approx Verdun Green. HEX triplet: 4C, 5A and 01. RGB value is (76,90,1). Sum of RGB (Red+Green+Blue) = 76+90+1=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5A01 is #B3A5FE. Grayscale: #4C4C4C. Windows color (decimal): -11773439 or 88652. OLE color: 88652.

HSL color Cylindrical-coordinate representation of color #4C5A01: hue angle of 69.44º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C5A01 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB76901-
CMYK0.1600.990.65
HSL69.44º97.8%17.84%-
HSV(B)69.44º98.89%35.29%-
XYZ6.648.851.39-
YUV75.6785.86128.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.51%
GREEN value IS 90 (35.55% from 255) = 53.89%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=45.51%
G=53.89%
B=0.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal769010.1600.990.6569.4497.817.84
Hex4C5A11006341456212
Octal114132120014310110514222
Binary100110010110101100000110001110000011000101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C5A01; }

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

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

<style>
 a { background-color: #4C5A01; }

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

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

<style>
 span { border-color: #4C5A01; }

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

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