#4A5F04

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

Shades of Verdun Green #4A5F04

Tints of Verdun Green #4A5F04

Color information

#4A5F04 (or 0x4A5F04) is unknown color: approx Verdun Green. HEX triplet: 4A, 5F and 04. RGB value is (74,95,4). Sum of RGB (Red+Green+Blue) = 74+95+4=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 95 (37.5% from 255 or 54.91% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 95 - color contains mainly: green. Hex color #4A5F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5F04 is #B5A0FB. Grayscale: #4E4E4E. Windows color (decimal): -11903228 or 286538. OLE color: 286538.

HSL color Cylindrical-coordinate representation of color #4A5F04: hue angle of 73.85º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A5F04 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB74954-
CMYK0.2200.960.63
HSL73.85º91.92%19.41%-
HSV(B)73.85º95.79%37.25%-
XYZ6.949.651.61-
YUV78.3586.04124.9-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.77%
GREEN value IS 95 (37.5% from 255) = 54.91%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=42.77%
G=54.91%
B=2.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal749540.2200.960.6373.8591.9219.41
Hex4A5F4160603F4a5c13
Octal11213742601407711213423
Binary1001010101111110010110011000001111111001010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,95,4); }

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

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

 a { background-color: rgb(74,95,4); }

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

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

 span { border-color: rgb(74,95,4); }

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