Html Css Color HEX #4A5808 Verdun Green

📋 copy color: '#4A5808'

red 74 ◦ green 88 ◦ blue 8

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

Shades of Verdun Green #4A5808

Tints of Verdun Green #4A5808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.71%

R = 43.53%
G = 51.76%
B = 4.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#4A5808 (or 0x4A5808) is known color: Verdun Green. HEX triplet: 4A, 58 and 08. RGB value is (74,88,8). Sum of RGB (Red+Green+Blue) = 74+88+8=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5808 is #B5A7F7. Grayscale: #4A4A4A. Windows color (decimal): -11905016 or 546890. OLE color: 546890.

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

Color convert

RGB 74 88 8 -
CMYK 0.16 0 0.91 0.65
HSL 70.5º 0.83% 0.19% -
HSV(B) 70.5º 0.91% 0.35% -
XYZ 6.36 8.45 1.53 -
YUV 74.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 74 88 8 0.16 0 0.91 0.65 70.5 0.83 0.19
Hex 4A 58 8 10 0 5B 41 46 53 13
Octal 112 130 10 20 0 133 101 106 123 23
Binary 1001010 1011000 1000 10000 0 1011011 1000001 1000110 1010011 10011

Color Harmonies of #4A5808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5808

Black with #4A5808

Text Example


Text Example

White with #4A5808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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