Html Css Color HEX #506000 Verdun Green

📋 copy color: '#506000'

red 80 ◦ green 96 ◦ blue 0

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

Shades of Verdun Green #506000

Tints of Verdun Green #506000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.45%
G = 54.55%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#506000 (or 0x506000) is known color: Verdun Green. HEX triplet: 50, 60 and 00. RGB value is (80,96,0). Sum of RGB (Red+Green+Blue) = 80+96+0=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #506000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506000 is #AF9FFF. Grayscale: #505050. Windows color (decimal): -11509760 or 24656. OLE color: 24656.

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

Color convert

RGB 80 96 0 -
CMYK 0.17 0 1 0.62
HSL 70º 1% 0.19% -
HSV(B) 70º 1% 0.38% -
XYZ 7.49 10.07 1.55 -
YUV 80.27 82.7 127.81 -
System Red Green Blue C M Y K H S L
Decimal 80 96 0 0.17 0 1 0.62 70 1 0.19
Hex 50 60 0 11 0 64 3E 46 64 13
Octal 120 140 0 21 0 144 76 106 144 23
Binary 1010000 1100000 0 10001 0 1100100 111110 1000110 1100100 10011

Color Harmonies of #506000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506000

Black with #506000

Text Example


Text Example

White with #506000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506000; }

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

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

background-color css

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

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

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

border-color css

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

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

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