#4a4e10

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

Shades of Verdun Green #4A4E10

Tints of Verdun Green #4A4E10

Color information

#4A4E10 (or 0x4A4E10) is unknown color: approx Verdun Green. HEX triplet: 4A, 4E and 10. RGB value is (74,78,16). Sum of RGB (Red+Green+Blue) = 74+78+16=168 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.05% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #4A4E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A4E10 is #B5B1EF. Grayscale: #454545. Windows color (decimal): -11907568 or 1068618. OLE color: 1068618.

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

Color convert

RGB747816-
CMYK0.0500.790.69
HSL63.87º65.96%18.43%-
HSV(B)63.87º79.49%30.59%-
XYZ5.646.941.53-
YUV69.7497.67131.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 44.05%
GREEN value IS 78 (30.86% from 255) = 46.43%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=44.05%
G=46.43%
B=9.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7478160.0500.790.6963.8765.9618.43
Hex4A4E10504F45404212
Octal112116205011710510010222
Binary10010101001110100001010100111110001011000000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a4e10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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