Html Css Color HEX #505900 Verdun Green

📋 copy color: '#505900'

red 80 ◦ green 89 ◦ blue 0

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

Shades of Verdun Green #505900

Tints of Verdun Green #505900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 52.66%

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

R = 47.34%
G = 52.66%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#505900 (or 0x505900) is known color: Verdun Green. HEX triplet: 50, 59 and 00. RGB value is (80,89,0). Sum of RGB (Red+Green+Blue) = 80+89+0=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #505900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505900 is #AFA6FF. Grayscale: #4C4C4C. Windows color (decimal): -11511552 or 22864. OLE color: 22864.

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

Color convert

RGB 80 89 0 -
CMYK 0.10 0 1 0.65
HSL 66.07º 1% 0.17% -
HSV(B) 66.07º 1% 0.35% -
XYZ 6.88 8.85 1.35 -
YUV 76.16 85.02 130.74 -
System Red Green Blue C M Y K H S L
Decimal 80 89 0 0.10 0 1 0.65 66.07 1 0.17
Hex 50 59 0 A 0 64 41 42 64 11
Octal 120 131 0 12 0 144 101 102 144 21
Binary 1010000 1011001 0 1010 0 1100100 1000001 1000010 1100100 10001

Color Harmonies of #505900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505900

Black with #505900

Text Example


Text Example

White with #505900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505900; }

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

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

background-color css

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

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

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

border-color css

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

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

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