Html Css Color HEX #4D5012 Verdun Green

📋 copy color: '#4D5012'

red 77 ◦ green 80 ◦ blue 18

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

Shades of Verdun Green #4D5012

Tints of Verdun Green #4D5012

RGB

 RED value IS 77 (30.47% from 255) = 44%

 GREEN value IS 80 (31.64% from 255) = 45.71%

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

R = 44%
G = 45.71%
B = 10.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#4D5012 (or 0x4D5012) is known color: Verdun Green. HEX triplet: 4D, 50 and 12. RGB value is (77,80,18). Sum of RGB (Red+Green+Blue) = 77+80+18=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5012 is #B2AFED. Grayscale: #484848. Windows color (decimal): -11710446 or 1200205. OLE color: 1200205.

HSL color Cylindrical-coordinate representation of color #4D5012: hue angle of 62.9º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D5012 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 80 18 -
CMYK 0.04 0 0.78 0.69
HSL 62.9º 0.63% 0.19% -
HSV(B) 62.9º 0.78% 0.31% -
XYZ 6.04 7.36 1.67 -
YUV 72.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 77 80 18 0.04 0 0.78 0.69 62.9 0.63 0.19
Hex 4D 50 12 4 0 4E 45 3F 3F 13
Octal 115 120 22 4 0 116 105 77 77 23
Binary 1001101 1010000 10010 100 0 1001110 1000101 111111 111111 10011

Color Harmonies of #4D5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5012

Black with #4D5012

Text Example


Text Example

White with #4D5012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,80,18); }

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

background-color css

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

 a { background-color: rgb(77,80,18); }

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

border-color css

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

 span { border-color: rgb(77,80,18); }

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