Html Css Color HEX #515500 Verdun Green

📋 copy color: '#515500'

red 81 ◦ green 85 ◦ blue 0

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

Shades of Verdun Green #515500

Tints of Verdun Green #515500

RGB

 RED value IS 81 (32.03% from 255) = 48.8%

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

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

R = 48.8%
G = 51.2%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#515500 (or 0x515500) is known color: Verdun Green. HEX triplet: 51, 55 and 00. RGB value is (81,85,0). Sum of RGB (Red+Green+Blue) = 81+85+0=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #515500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515500 is #AEAAFF. Grayscale: #4A4A4A. Windows color (decimal): -11447040 or 21841. OLE color: 21841.

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

Color convert

RGB 81 85 0 -
CMYK 0.05 0 1 0.67
HSL 62.82º 1% 0.17% -
HSV(B) 62.82º 1% 0.33% -
XYZ 6.64 8.25 1.24 -
YUV 74.11 86.17 132.91 -
System Red Green Blue C M Y K H S L
Decimal 81 85 0 0.05 0 1 0.67 62.82 1 0.17
Hex 51 55 0 5 0 64 43 3F 64 11
Octal 121 125 0 5 0 144 103 77 144 21
Binary 1010001 1010101 0 101 0 1100100 1000011 111111 1100100 10001

Color Harmonies of #515500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515500

Black with #515500

Text Example


Text Example

White with #515500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515500; }

 p { color: rgb(81,85,0); }

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

background-color css

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

 a { background-color: rgb(81,85,0); }

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

border-color css

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

 span { border-color: rgb(81,85,0); }

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