Html Css Color HEX #4A4712 Verdun Green

📋 copy color: '#4A4712'

red 74 ◦ green 71 ◦ blue 18

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

Shades of Verdun Green #4A4712

Tints of Verdun Green #4A4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.56%

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

R = 45.4%
G = 43.56%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#4A4712 (or 0x4A4712) is known color: Verdun Green. HEX triplet: 4A, 47 and 12. RGB value is (74,71,18). Sum of RGB (Red+Green+Blue) = 74+71+18=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4712 is #B5B8ED. Grayscale: #424242. Windows color (decimal): -11909358 or 1197898. OLE color: 1197898.

HSL color Cylindrical-coordinate representation of color #4A4712: hue angle of 56.79º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A4712 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 71 18 -
CMYK 0 0.04 0.76 0.71
HSL 56.79º 0.61% 0.18% -
HSV(B) 56.79º 0.76% 0.29% -
XYZ 5.19 6.01 1.46 -
YUV 65.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 74 71 18 0 0.04 0.76 0.71 56.79 0.61 0.18
Hex 4A 47 12 0 4 4C 47 39 3D 12
Octal 112 107 22 0 4 114 107 71 75 22
Binary 1001010 1000111 10010 0 100 1001100 1000111 111001 111101 10010

Color Harmonies of #4A4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4712

Black with #4A4712

Text Example


Text Example

White with #4A4712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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