Html Css Color HEX #4A6804 Verdun Green

📋 copy color: '#4A6804'

red 74 ◦ green 104 ◦ blue 4

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

Shades of Verdun Green #4A6804

Tints of Verdun Green #4A6804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 57.14%

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

R = 40.66%
G = 57.14%
B = 2.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#4A6804 (or 0x4A6804) is known color: Verdun Green. HEX triplet: 4A, 68 and 04. RGB value is (74,104,4). Sum of RGB (Red+Green+Blue) = 74+104+4=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #4A6804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6804 is #B597FB. Grayscale: #545454. Windows color (decimal): -11900924 or 288842. OLE color: 288842.

HSL color Cylindrical-coordinate representation of color #4A6804: hue angle of 78º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A6804 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 104 4 -
CMYK 0.29 0 0.96 0.59
HSL 78º 0.93% 0.21% -
HSV(B) 78º 0.96% 0.41% -
XYZ 7.8 11.37 1.9 -
YUV 83.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 74 104 4 0.29 0 0.96 0.59 78 0.93 0.21
Hex 4A 68 4 1D 0 60 3B 4E 5D 15
Octal 112 150 4 35 0 140 73 116 135 25
Binary 1001010 1101000 100 11101 0 1100000 111011 1001110 1011101 10101

Color Harmonies of #4A6804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6804

Black with #4A6804

Text Example


Text Example

White with #4A6804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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