#4A4C03

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

Shades of Verdun Green #4A4C03

Tints of Verdun Green #4A4C03

Color information

#4A4C03 (or 0x4A4C03) is unknown color: approx Verdun Green. HEX triplet: 4A, 4C and 03. RGB value is (74,76,3). Sum of RGB (Red+Green+Blue) = 74+76+3=153 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.37% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #4A4C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4C03 is #B5B3FC. Grayscale: #434343. Windows color (decimal): -11908093 or 216138. OLE color: 216138.

HSL color Cylindrical-coordinate representation of color #4A4C03: hue angle of 61.64º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A4C03 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB74763-
CMYK0.0300.960.70
HSL61.64º92.41%15.49%-
HSV(B)61.64º96.05%29.8%-
XYZ5.426.631.08-
YUV67.0891.84132.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 48.37%
GREEN value IS 76 (30.08% from 255) = 49.67%
BLUE value IS 3 (1.56% from 255) = 1.96%
R=48.37%
G=49.67%
B=1.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal747630.0300.960.7061.6492.4115.49
Hex4A4C33060463e5cf
Octal1121143301401067613417
Binary10010101001100111101100000100011011111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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