Html Css Color HEX #505510 Verdun Green

📋 copy color: '#505510'

red 80 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #505510

Tints of Verdun Green #505510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.96%

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

R = 44.2%
G = 46.96%
B = 8.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#505510 (or 0x505510) is known color: Verdun Green. HEX triplet: 50, 55 and 10. RGB value is (80,85,16). Sum of RGB (Red+Green+Blue) = 80+85+16=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #505510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505510 is #AFAAEF. Grayscale: #4B4B4B. Windows color (decimal): -11512560 or 1070416. OLE color: 1070416.

HSL color Cylindrical-coordinate representation of color #505510: hue angle of 64.35º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #505510 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 85 16 -
CMYK 0.06 0 0.81 0.67
HSL 64.35º 0.68% 0.2% -
HSV(B) 64.35º 0.81% 0.33% -
XYZ 6.65 8.24 1.73 -
YUV 75.64 94.34 131.11 -
System Red Green Blue C M Y K H S L
Decimal 80 85 16 0.06 0 0.81 0.67 64.35 0.68 0.2
Hex 50 55 10 6 0 51 43 40 44 14
Octal 120 125 20 6 0 121 103 100 104 24
Binary 1010000 1010101 10000 110 0 1010001 1000011 1000000 1000100 10100

Color Harmonies of #505510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505510

Black with #505510

Text Example


Text Example

White with #505510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505510; }

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

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

background-color css

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

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

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

border-color css

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

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

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