#4A4E01

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

Shades of Verdun Green #4A4E01

Tints of Verdun Green #4A4E01

Color information

#4A4E01 (or 0x4A4E01) is unknown color: approx Verdun Green. HEX triplet: 4A, 4E and 01. RGB value is (74,78,1). Sum of RGB (Red+Green+Blue) = 74+78+1=153 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.37% from 153); Green value is 78 (30.86% from 255 or 50.98% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 78 - color contains mainly: green. Hex color #4A4E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A4E01 is #B5B1FE. Grayscale: #444444. Windows color (decimal): -11907583 or 85578. OLE color: 85578.

HSL color Cylindrical-coordinate representation of color #4A4E01: hue angle of 63.12º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A4E01 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB74781-
CMYK0.0500.990.69
HSL63.12º97.47%15.49%-
HSV(B)63.12º98.72%30.59%-
XYZ5.556.911.07-
YUV68.0390.17132.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 48.37%
GREEN value IS 78 (30.86% from 255) = 50.98%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=48.37%
G=50.98%
B=0.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal747810.0500.990.6963.1297.4715.49
Hex4A4E15063453f61f
Octal1121161501431057714117
Binary10010101001110110101100011100010111111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,78,1); }

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

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

 a { background-color: rgb(74,78,1); }

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

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

 span { border-color: rgb(74,78,1); }

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