Html Css Color HEX #4A5901 Verdun Green

📋 copy color: '#4A5901'

red 74 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #4A5901

Tints of Verdun Green #4A5901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 45.12%
G = 54.27%
B = 0.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#4A5901 (or 0x4A5901) is known color: Verdun Green. HEX triplet: 4A, 59 and 01. RGB value is (74,89,1). Sum of RGB (Red+Green+Blue) = 74+89+1=164 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.12% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #4A5901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5901 is #B5A6FE. Grayscale: #4A4A4A. Windows color (decimal): -11904767 or 88394. OLE color: 88394.

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

Color convert

RGB 74 89 1 -
CMYK 0.17 0 0.99 0.65
HSL 70.23º 0.98% 0.18% -
HSV(B) 70.23º 0.99% 0.35% -
XYZ 6.4 8.6 1.35 -
YUV 74.48 86.53 127.66 -
System Red Green Blue C M Y K H S L
Decimal 74 89 1 0.17 0 0.99 0.65 70.23 0.98 0.18
Hex 4A 59 1 11 0 63 41 46 62 12
Octal 112 131 1 21 0 143 101 106 142 22
Binary 1001010 1011001 1 10001 0 1100011 1000001 1000110 1100010 10010

Color Harmonies of #4A5901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5901

Black with #4A5901

Text Example


Text Example

White with #4A5901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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