Html Css Color HEX #4A5A00 Verdun Green

📋 copy color: '#4A5A00'

red 74 ◦ green 90 ◦ blue 0

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

Shades of Verdun Green #4A5A00

Tints of Verdun Green #4A5A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 54.88%

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

R = 45.12%
G = 54.88%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#4A5A00 (or 0x4A5A00) is known color: Verdun Green. HEX triplet: 4A, 5A and 00. RGB value is (74,90,0). Sum of RGB (Red+Green+Blue) = 74+90+0=164 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.12% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5A00 is #B5A5FF. Grayscale: #4B4B4B. Windows color (decimal): -11904512 or 23114. OLE color: 23114.

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

Color convert

RGB 74 90 0 -
CMYK 0.18 0 1 0.65
HSL 70.67º 1% 0.18% -
HSV(B) 70.67º 1% 0.35% -
XYZ 6.48 8.77 1.35 -
YUV 74.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 74 90 0 0.18 0 1 0.65 70.67 1 0.18
Hex 4A 5A 0 12 0 64 41 47 64 12
Octal 112 132 0 22 0 144 101 107 144 22
Binary 1001010 1011010 0 10010 0 1100100 1000001 1000111 1100100 10010

Color Harmonies of #4A5A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5A00

Black with #4A5A00

Text Example


Text Example

White with #4A5A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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