Html Css Color HEX #505810 Verdun Green

📋 copy color: '#505810'

red 80 ◦ green 88 ◦ blue 16

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

Shades of Verdun Green #505810

Tints of Verdun Green #505810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 43.48%
G = 47.83%
B = 8.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#505810 (or 0x505810) is known color: Verdun Green. HEX triplet: 50, 58 and 10. RGB value is (80,88,16). Sum of RGB (Red+Green+Blue) = 80+88+16=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #505810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505810 is #AFA7EF. Grayscale: #4D4D4D. Windows color (decimal): -11511792 or 1071184. OLE color: 1071184.

HSL color Cylindrical-coordinate representation of color #505810: hue angle of 66.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #505810 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 16 -
CMYK 0.09 0 0.82 0.65
HSL 66.67º 0.69% 0.2% -
HSV(B) 66.67º 0.82% 0.35% -
XYZ 6.89 8.72 1.81 -
YUV 77.4 93.35 129.85 -
System Red Green Blue C M Y K H S L
Decimal 80 88 16 0.09 0 0.82 0.65 66.67 0.69 0.2
Hex 50 58 10 9 0 52 41 43 45 14
Octal 120 130 20 11 0 122 101 103 105 24
Binary 1010000 1011000 10000 1001 0 1010010 1000001 1000011 1000101 10100

Color Harmonies of #505810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505810

Black with #505810

Text Example


Text Example

White with #505810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505810; }

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

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

background-color css

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

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

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

border-color css

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

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

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