Html Css Color HEX #4A7201 Verdun Green

📋 copy color: '#4A7201'

red 74 ◦ green 114 ◦ blue 1

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

Shades of Verdun Green #4A7201

Tints of Verdun Green #4A7201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.32%

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

R = 39.15%
G = 60.32%
B = 0.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#4A7201 (or 0x4A7201) is known color: Verdun Green. HEX triplet: 4A, 72 and 01. RGB value is (74,114,1). Sum of RGB (Red+Green+Blue) = 74+114+1=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7201 is #B58DFE. Grayscale: #595959. Windows color (decimal): -11898367 or 94794. OLE color: 94794.

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

Color convert

RGB 74 114 1 -
CMYK 0.35 0 0.99 0.55
HSL 81.24º 0.98% 0.23% -
HSV(B) 81.24º 0.99% 0.45% -
XYZ 8.85 13.49 2.17 -
YUV 89.16 78.25 117.19 -
System Red Green Blue C M Y K H S L
Decimal 74 114 1 0.35 0 0.99 0.55 81.24 0.98 0.23
Hex 4A 72 1 23 0 63 37 51 62 17
Octal 112 162 1 43 0 143 67 121 142 27
Binary 1001010 1110010 1 100011 0 1100011 110111 1010001 1100010 10111

Color Harmonies of #4A7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7201

Black with #4A7201

Text Example


Text Example

White with #4A7201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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