Html Css Color HEX #4A5001 Verdun Green

📋 copy color: '#4A5001'

red 74 ◦ green 80 ◦ blue 1

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

Shades of Verdun Green #4A5001

Tints of Verdun Green #4A5001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.61%

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

R = 47.74%
G = 51.61%
B = 0.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#4A5001 (or 0x4A5001) is known color: Verdun Green. HEX triplet: 4A, 50 and 01. RGB value is (74,80,1). Sum of RGB (Red+Green+Blue) = 74+80+1=155 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.74% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #4A5001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5001 is #B5AFFE. Grayscale: #454545. Windows color (decimal): -11907071 or 86090. OLE color: 86090.

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

Color convert

RGB 74 80 1 -
CMYK 0.08 0 0.99 0.69
HSL 64.56º 0.98% 0.16% -
HSV(B) 64.56º 0.99% 0.31% -
XYZ 5.7 7.2 1.12 -
YUV 69.2 89.51 131.42 -
System Red Green Blue C M Y K H S L
Decimal 74 80 1 0.08 0 0.99 0.69 64.56 0.98 0.16
Hex 4A 50 1 8 0 63 45 41 62 10
Octal 112 120 1 10 0 143 105 101 142 20
Binary 1001010 1010000 1 1000 0 1100011 1000101 1000001 1100010 10000

Color Harmonies of #4A5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5001

Black with #4A5001

Text Example


Text Example

White with #4A5001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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