Html Css Color HEX #4A5804 Verdun Green

📋 copy color: '#4A5804'

red 74 ◦ green 88 ◦ blue 4

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

Shades of Verdun Green #4A5804

Tints of Verdun Green #4A5804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 44.58%
G = 53.01%
B = 2.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#4A5804 (or 0x4A5804) is known color: Verdun Green. HEX triplet: 4A, 58 and 04. RGB value is (74,88,4). Sum of RGB (Red+Green+Blue) = 74+88+4=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5804 is #B5A7FB. Grayscale: #4A4A4A. Windows color (decimal): -11905020 or 284746. OLE color: 284746.

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

Color convert

RGB 74 88 4 -
CMYK 0.16 0 0.95 0.65
HSL 70º 0.91% 0.18% -
HSV(B) 70º 0.95% 0.35% -
XYZ 6.34 8.44 1.41 -
YUV 74.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 74 88 4 0.16 0 0.95 0.65 70 0.91 0.18
Hex 4A 58 4 10 0 5F 41 46 5B 12
Octal 112 130 4 20 0 137 101 106 133 22
Binary 1001010 1011000 100 10000 0 1011111 1000001 1000110 1011011 10010

Color Harmonies of #4A5804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5804

Black with #4A5804

Text Example


Text Example

White with #4A5804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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