Html Css Color HEX #4A5A13 Verdun Green

📋 copy color: '#4A5A13'

red 74 ◦ green 90 ◦ blue 19

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

Shades of Verdun Green #4A5A13

Tints of Verdun Green #4A5A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 40.44%
G = 49.18%
B = 10.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#4A5A13 (or 0x4A5A13) is known color: Verdun Green. HEX triplet: 4A, 5A and 13. RGB value is (74,90,19). Sum of RGB (Red+Green+Blue) = 74+90+19=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5A13 is #B5A5EC. Grayscale: #4D4D4D. Windows color (decimal): -11904493 or 1268298. OLE color: 1268298.

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

Color convert

RGB 74 90 19 -
CMYK 0.18 0 0.79 0.65
HSL 73.52º 0.65% 0.21% -
HSV(B) 73.52º 0.79% 0.35% -
XYZ 6.6 8.82 1.97 -
YUV 77.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 74 90 19 0.18 0 0.79 0.65 73.52 0.65 0.21
Hex 4A 5A 13 12 0 4F 41 4A 41 15
Octal 112 132 23 22 0 117 101 112 101 25
Binary 1001010 1011010 10011 10010 0 1001111 1000001 1001010 1000001 10101

Color Harmonies of #4A5A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5A13

Black with #4A5A13

Text Example


Text Example

White with #4A5A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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