Html Css Color HEX #506012 Verdun Green

📋 copy color: '#506012'

red 80 ◦ green 96 ◦ blue 18

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

Shades of Verdun Green #506012

Tints of Verdun Green #506012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.48%

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

R = 41.24%
G = 49.48%
B = 9.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#506012 (or 0x506012) is known color: Verdun Green. HEX triplet: 50, 60 and 12. RGB value is (80,96,18). Sum of RGB (Red+Green+Blue) = 80+96+18=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #506012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506012 is #AF9FED. Grayscale: #525252. Windows color (decimal): -11509742 or 1204304. OLE color: 1204304.

HSL color Cylindrical-coordinate representation of color #506012: hue angle of 72.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #506012 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 18 -
CMYK 0.17 0 0.81 0.62
HSL 72.31º 0.68% 0.22% -
HSV(B) 72.31º 0.81% 0.38% -
XYZ 7.6 10.11 2.12 -
YUV 82.32 91.7 126.34 -
System Red Green Blue C M Y K H S L
Decimal 80 96 18 0.17 0 0.81 0.62 72.31 0.68 0.22
Hex 50 60 12 11 0 51 3E 48 44 16
Octal 120 140 22 21 0 121 76 110 104 26
Binary 1010000 1100000 10010 10001 0 1010001 111110 1001000 1000100 10110

Color Harmonies of #506012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506012

Black with #506012

Text Example


Text Example

White with #506012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506012; }

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

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

background-color css

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

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

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

border-color css

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

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

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