Html Css Color HEX #4A5112 Verdun Green

📋 copy color: '#4A5112'

red 74 ◦ green 81 ◦ blue 18

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

Shades of Verdun Green #4A5112

Tints of Verdun Green #4A5112

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.82%

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

R = 42.77%
G = 46.82%
B = 10.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#4A5112 (or 0x4A5112) is known color: Verdun Green. HEX triplet: 4A, 51 and 12. RGB value is (74,81,18). Sum of RGB (Red+Green+Blue) = 74+81+18=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #4A5112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5112 is #B5AEED. Grayscale: #474747. Windows color (decimal): -11906798 or 1200458. OLE color: 1200458.

HSL color Cylindrical-coordinate representation of color #4A5112: hue angle of 66.67º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A5112 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 74 81 18 -
CMYK 0.09 0 0.78 0.68
HSL 66.67º 0.64% 0.19% -
HSV(B) 66.67º 0.78% 0.32% -
XYZ 5.88 7.38 1.69 -
YUV 71.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 74 81 18 0.09 0 0.78 0.68 66.67 0.64 0.19
Hex 4A 51 12 9 0 4E 44 43 40 13
Octal 112 121 22 11 0 116 104 103 100 23
Binary 1001010 1010001 10010 1001 0 1001110 1000100 1000011 1000000 10011

Color Harmonies of #4A5112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5112

Black with #4A5112

Text Example


Text Example

White with #4A5112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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