Html Css Color HEX #4A5A12 Verdun Green

📋 copy color: '#4A5A12'

red 74 ◦ green 90 ◦ blue 18

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

Shades of Verdun Green #4A5A12

Tints of Verdun Green #4A5A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 40.66%
G = 49.45%
B = 9.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#4A5A12 (or 0x4A5A12) is known color: Verdun Green. HEX triplet: 4A, 5A and 12. RGB value is (74,90,18). Sum of RGB (Red+Green+Blue) = 74+90+18=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5A12 is #B5A5ED. Grayscale: #4D4D4D. Windows color (decimal): -11904494 or 1202762. OLE color: 1202762.

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

Color convert

RGB 74 90 18 -
CMYK 0.18 0 0.80 0.65
HSL 73.33º 0.67% 0.21% -
HSV(B) 73.33º 0.8% 0.35% -
XYZ 6.59 8.81 1.93 -
YUV 77.01 94.7 125.85 -
System Red Green Blue C M Y K H S L
Decimal 74 90 18 0.18 0 0.80 0.65 73.33 0.67 0.21
Hex 4A 5A 12 12 0 50 41 49 43 15
Octal 112 132 22 22 0 120 101 111 103 25
Binary 1001010 1011010 10010 10010 0 1010000 1000001 1001001 1000011 10101

Color Harmonies of #4A5A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5A12

Black with #4A5A12

Text Example


Text Example

White with #4A5A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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