Html Css Color HEX #505012 Verdun Green

📋 copy color: '#505012'

red 80 ◦ green 80 ◦ blue 18

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

Shades of Verdun Green #505012

Tints of Verdun Green #505012

RGB

 RED value IS 80 (31.64% from 255) = 44.94%

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

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

R = 44.94%
G = 44.94%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#505012 (or 0x505012) is known color: Verdun Green. HEX triplet: 50, 50 and 12. RGB value is (80,80,18). Sum of RGB (Red+Green+Blue) = 80+80+18=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505012 is #AFAFED. Grayscale: #494949. Windows color (decimal): -11513838 or 1200208. OLE color: 1200208.

HSL color Cylindrical-coordinate representation of color #505012: hue angle of 60º 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 #505012 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 80 18 -
CMYK 0 0 0.78 0.69
HSL 60º 0.63% 0.19% -
HSV(B) 60º 0.78% 0.31% -
XYZ 6.29 7.49 1.69 -
YUV 72.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 80 80 18 0 0 0.78 0.69 60 0.63 0.19
Hex 50 50 12 0 0 4E 45 3C 3F 13
Octal 120 120 22 0 0 116 105 74 77 23
Binary 1010000 1010000 10010 0 0 1001110 1000101 111100 111111 10011

Color Harmonies of #505012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505012

Black with #505012

Text Example


Text Example

White with #505012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505012; }

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

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

background-color css

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

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

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

border-color css

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

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

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