Html Css Color HEX #4A5812 Verdun Green

📋 copy color: '#4A5812'

red 74 ◦ green 88 ◦ blue 18

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

Shades of Verdun Green #4A5812

Tints of Verdun Green #4A5812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10%

R = 41.11%
G = 48.89%
B = 10%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#4A5812 (or 0x4A5812) is known color: Verdun Green. HEX triplet: 4A, 58 and 12. RGB value is (74,88,18). Sum of RGB (Red+Green+Blue) = 74+88+18=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5812 is #B5A7ED. Grayscale: #4C4C4C. Windows color (decimal): -11905006 or 1202250. OLE color: 1202250.

HSL color Cylindrical-coordinate representation of color #4A5812: hue angle of 72º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A5812 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 88 18 -
CMYK 0.16 0 0.80 0.65
HSL 72º 0.66% 0.21% -
HSV(B) 72º 0.8% 0.35% -
XYZ 6.42 8.48 1.87 -
YUV 75.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 74 88 18 0.16 0 0.80 0.65 72 0.66 0.21
Hex 4A 58 12 10 0 50 41 48 42 15
Octal 112 130 22 20 0 120 101 110 102 25
Binary 1001010 1011000 10010 10000 0 1010000 1000001 1001000 1000010 10101

Color Harmonies of #4A5812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5812

Black with #4A5812

Text Example


Text Example

White with #4A5812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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