#4C7203

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

Shades of Verdun Green #4C7203

Tints of Verdun Green #4C7203

Color information

#4C7203 (or 0x4C7203) is unknown color: approx Verdun Green. HEX triplet: 4C, 72 and 03. RGB value is (76,114,3). Sum of RGB (Red+Green+Blue) = 76+114+3=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7203 is #B38DFC. Grayscale: #5A5A5A. Windows color (decimal): -11767293 or 225868. OLE color: 225868.

HSL color Cylindrical-coordinate representation of color #4C7203: hue angle of 80.54º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C7203 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB761143-
CMYK0.3300.970.55
HSL80.54º94.87%22.94%-
HSV(B)80.54º97.37%44.71%-
XYZ9.0113.582.23-
YUV89.9878.91118.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.38%
GREEN value IS 114 (44.92% from 255) = 59.07%
BLUE value IS 3 (1.56% from 255) = 1.55%
R=39.38%
G=59.07%
B=1.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7611430.3300.970.5580.5494.8722.94
Hex4C7232106137515f17
Octal11416234101416712113727
Binary1001100111001011100001011000011101111010001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,114,3); }

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

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

 a { background-color: rgb(76,114,3); }

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

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

 span { border-color: rgb(76,114,3); }

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