#4A7203

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

Shades of Verdun Green #4A7203

Tints of Verdun Green #4A7203

Color information

#4A7203 (or 0x4A7203) is unknown color: approx Verdun Green. HEX triplet: 4A, 72 and 03. RGB value is (74,114,3). Sum of RGB (Red+Green+Blue) = 74+114+3=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 114 (44.92% from 255 or 59.69% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7203 is #B58DFC. Grayscale: #595959. Windows color (decimal): -11898365 or 225866. OLE color: 225866.

HSL color Cylindrical-coordinate representation of color #4A7203: hue angle of 81.62º 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 #4A7203 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB741143-
CMYK0.3500.970.55
HSL81.62º94.87%22.94%-
HSV(B)81.62º97.37%44.71%-
XYZ8.8613.52.22-
YUV89.3979.25117.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.74%
GREEN value IS 114 (44.92% from 255) = 59.69%
BLUE value IS 3 (1.56% from 255) = 1.57%
R=38.74%
G=59.69%
B=1.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7411430.3500.970.5581.6294.8722.94
Hex4A7232306137525f17
Octal11216234301416712213727
Binary1001010111001011100011011000011101111010010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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