Html Css Color HEX #4A5806 Verdun Green

📋 copy color: '#4A5806'

red 74 ◦ green 88 ◦ blue 6

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

Shades of Verdun Green #4A5806

Tints of Verdun Green #4A5806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.57%

R = 44.05%
G = 52.38%
B = 3.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#4A5806 (or 0x4A5806) is known color: Verdun Green. HEX triplet: 4A, 58 and 06. RGB value is (74,88,6). Sum of RGB (Red+Green+Blue) = 74+88+6=168 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.05% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5806 is #B5A7F9. Grayscale: #4A4A4A. Windows color (decimal): -11905018 or 415818. OLE color: 415818.

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

Color convert

RGB 74 88 6 -
CMYK 0.16 0 0.93 0.65
HSL 70.24º 0.87% 0.18% -
HSV(B) 70.24º 0.93% 0.35% -
XYZ 6.35 8.45 1.47 -
YUV 74.47 89.36 127.67 -
System Red Green Blue C M Y K H S L
Decimal 74 88 6 0.16 0 0.93 0.65 70.24 0.87 0.18
Hex 4A 58 6 10 0 5D 41 46 57 12
Octal 112 130 6 20 0 135 101 106 127 22
Binary 1001010 1011000 110 10000 0 1011101 1000001 1000110 1010111 10010

Color Harmonies of #4A5806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5806

Black with #4A5806

Text Example


Text Example

White with #4A5806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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