Html Css Color HEX #4A5803 Verdun Green

📋 copy color: '#4A5803'

red 74 ◦ green 88 ◦ blue 3

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

Shades of Verdun Green #4A5803

Tints of Verdun Green #4A5803

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.33%

 BLUE value IS 3 (1.56% from 255) = 1.82%

R = 44.85%
G = 53.33%
B = 1.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#4A5803 (or 0x4A5803) is known color: Verdun Green. HEX triplet: 4A, 58 and 03. RGB value is (74,88,3). Sum of RGB (Red+Green+Blue) = 74+88+3=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5803 is #B5A7FC. Grayscale: #4A4A4A. Windows color (decimal): -11905021 or 219210. OLE color: 219210.

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

Color convert

RGB 74 88 3 -
CMYK 0.16 0 0.97 0.65
HSL 69.88º 0.93% 0.18% -
HSV(B) 69.88º 0.97% 0.35% -
XYZ 6.33 8.44 1.38 -
YUV 74.12 87.86 127.91 -
System Red Green Blue C M Y K H S L
Decimal 74 88 3 0.16 0 0.97 0.65 69.88 0.93 0.18
Hex 4A 58 3 10 0 61 41 46 5D 12
Octal 112 130 3 20 0 141 101 106 135 22
Binary 1001010 1011000 11 10000 0 1100001 1000001 1000110 1011101 10010

Color Harmonies of #4A5803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5803

Black with #4A5803

Text Example


Text Example

White with #4A5803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,88,3); }

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

background-color css

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

 a { background-color: rgb(74,88,3); }

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

border-color css

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

 span { border-color: rgb(74,88,3); }

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