Html Css Color HEX #4A5904 Verdun Green

📋 copy color: '#4A5904'

red 74 ◦ green 89 ◦ blue 4

#4A5904
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #4A5904

Tints of Verdun Green #4A5904

RGB

 RED value IS 74 (29.3% from 255) = 44.31%

 GREEN value IS 89 (35.16% from 255) = 53.29%

 BLUE value IS 4 (1.95% from 255) = 2.4%

R = 44.31%
G = 53.29%
B = 2.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#4A5904 (or 0x4A5904) is known color: Verdun Green. HEX triplet: 4A, 59 and 04. RGB value is (74,89,4). Sum of RGB (Red+Green+Blue) = 74+89+4=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #4A5904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5904 is #B5A6FB. Grayscale: #4B4B4B. Windows color (decimal): -11904764 or 285002. OLE color: 285002.

HSL color Cylindrical-coordinate representation of color #4A5904: hue angle of 70.59º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A5904 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 89 4 -
CMYK 0.17 0 0.96 0.65
HSL 70.59º 0.91% 0.18% -
HSV(B) 70.59º 0.96% 0.35% -
XYZ 6.42 8.61 1.44 -
YUV 74.83 88.03 127.41 -
System Red Green Blue C M Y K H S L
Decimal 74 89 4 0.17 0 0.96 0.65 70.59 0.91 0.18
Hex 4A 59 4 11 0 60 41 47 5B 12
Octal 112 131 4 21 0 140 101 107 133 22
Binary 1001010 1011001 100 10001 0 1100000 1000001 1000111 1011011 10010

Color Harmonies of #4A5904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5904

Black with #4A5904

Text Example


Text Example

White with #4A5904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A5904;
 }
 .AnyTagClassName
 {
   color: #4A5904;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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