Html Css Color HEX #4A5810 Verdun Green

📋 copy color: '#4A5810'

red 74 ◦ green 88 ◦ blue 16

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

Shades of Verdun Green #4A5810

Tints of Verdun Green #4A5810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 41.57%
G = 49.44%
B = 8.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#4A5810 (or 0x4A5810) is known color: Verdun Green. HEX triplet: 4A, 58 and 10. RGB value is (74,88,16). Sum of RGB (Red+Green+Blue) = 74+88+16=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5810 is #B5A7EF. Grayscale: #4B4B4B. Windows color (decimal): -11905008 or 1071178. OLE color: 1071178.

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

Color convert

RGB 74 88 16 -
CMYK 0.16 0 0.82 0.65
HSL 71.67º 0.69% 0.2% -
HSV(B) 71.67º 0.82% 0.35% -
XYZ 6.41 8.47 1.79 -
YUV 75.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 74 88 16 0.16 0 0.82 0.65 71.67 0.69 0.2
Hex 4A 58 10 10 0 52 41 48 45 14
Octal 112 130 20 20 0 122 101 110 105 24
Binary 1001010 1011000 10000 10000 0 1010010 1000001 1001000 1000101 10100

Color Harmonies of #4A5810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5810

Black with #4A5810

Text Example


Text Example

White with #4A5810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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