#505B00

Color #505B00 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #505B00

Tints of Verdun Green #505B00

Color information

#505B00 (or 0x505B00) is unknown color: approx Verdun Green. HEX triplet: 50, 5B and 00. RGB value is (80,91,0). Sum of RGB (Red+Green+Blue) = 80+91+0=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #505B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505B00 is #AFA4FF. Grayscale: #4D4D4D. Windows color (decimal): -11511040 or 23376. OLE color: 23376.

HSL color Cylindrical-coordinate representation of color #505B00: hue angle of 67.25º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #505B00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB80910-
CMYK0.12010.64
HSL67.25º100%17.84%-
HSV(B)67.25º100%35.69%-
XYZ7.059.191.4-
YUV77.3484.36129.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 91 (35.94% from 255) = 53.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.78%
G=53.22%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal809100.12010.6467.2510017.84
Hex505B0C06440436412
Octal120133014014410010314422
Binary10100001011011011000110010010000001000011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505B00; }

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

 H1.HeaderClassName
 {
   color: #505B00;
 }
 .AnyTagClassName
 {
   color: #505B00;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #505B00;
 }
 .BgClassName
 {
   background-color: #505B00;
 }
</style>
border-color css

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

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

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