Html Css Color HEX #4A7200 Verdun Green

📋 copy color: '#4A7200'

red 74 ◦ green 114 ◦ blue 0

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

Shades of Verdun Green #4A7200

Tints of Verdun Green #4A7200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.36%
G = 60.64%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#4A7200 (or 0x4A7200) is known color: Verdun Green. HEX triplet: 4A, 72 and 00. RGB value is (74,114,0). Sum of RGB (Red+Green+Blue) = 74+114+0=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7200 is #B58DFF. Grayscale: #595959. Windows color (decimal): -11898368 or 29258. OLE color: 29258.

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

Color convert

RGB 74 114 0 -
CMYK 0.35 0 1 0.55
HSL 81.05º 1% 0.22% -
HSV(B) 81.05º 1% 0.45% -
XYZ 8.84 13.49 2.14 -
YUV 89.04 77.75 117.27 -
System Red Green Blue C M Y K H S L
Decimal 74 114 0 0.35 0 1 0.55 81.05 1 0.22
Hex 4A 72 0 23 0 64 37 51 64 16
Octal 112 162 0 43 0 144 67 121 144 26
Binary 1001010 1110010 0 100011 0 1100100 110111 1010001 1100100 10110

Color Harmonies of #4A7200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7200

Black with #4A7200

Text Example


Text Example

White with #4A7200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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