#4C7300

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

Shades of Verdun Green #4C7300

Tints of Verdun Green #4C7300

Color information

#4C7300 (or 0x4C7300) is unknown color: approx Verdun Green. HEX triplet: 4C, 73 and 00. RGB value is (76,115,0). Sum of RGB (Red+Green+Blue) = 76+115+0=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7300 is #B38CFF. Grayscale: #5A5A5A. Windows color (decimal): -11767040 or 29516. OLE color: 29516.

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

Color convert

RGB761150-
CMYK0.34010.55
HSL80.35º100%22.55%-
HSV(B)80.35º100%45.1%-
XYZ9.1113.82.18-
YUV90.2377.08117.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.79%
GREEN value IS 115 (45.31% from 255) = 60.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.79%
G=60.21%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7611500.34010.5580.3510022.55
Hex4C7302206437506417
Octal11416304201446712014427
Binary100110011100110100010011001001101111010000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,115,0); }

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

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

 a { background-color: rgb(76,115,0); }

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

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

 span { border-color: rgb(76,115,0); }

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