Html Css Color HEX #505809 Verdun Green

📋 copy color: '#505809'

red 80 ◦ green 88 ◦ blue 9

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

Shades of Verdun Green #505809

Tints of Verdun Green #505809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.72%

 BLUE value IS 9 (3.91% from 255) = 5.08%

R = 45.2%
G = 49.72%
B = 5.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#505809 (or 0x505809) is known color: Verdun Green. HEX triplet: 50, 58 and 09. RGB value is (80,88,9). Sum of RGB (Red+Green+Blue) = 80+88+9=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #505809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505809 is #AFA7F6. Grayscale: #4C4C4C. Windows color (decimal): -11511799 or 612432. OLE color: 612432.

HSL color Cylindrical-coordinate representation of color #505809: hue angle of 66.08º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #505809 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 9 -
CMYK 0.09 0 0.90 0.65
HSL 66.08º 0.81% 0.19% -
HSV(B) 66.08º 0.9% 0.35% -
XYZ 6.85 8.7 1.58 -
YUV 76.6 89.85 130.42 -
System Red Green Blue C M Y K H S L
Decimal 80 88 9 0.09 0 0.90 0.65 66.08 0.81 0.19
Hex 50 58 9 9 0 5A 41 42 51 13
Octal 120 130 11 11 0 132 101 102 121 23
Binary 1010000 1011000 1001 1001 0 1011010 1000001 1000010 1010001 10011

Color Harmonies of #505809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505809

Black with #505809

Text Example


Text Example

White with #505809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505809; }

 p { color: rgb(80,88,9); }

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

background-color css

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

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

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

border-color css

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

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

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