Html Css Color HEX #515005 Verdun Green

📋 copy color: '#515005'

red 81 ◦ green 80 ◦ blue 5

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

Shades of Verdun Green #515005

Tints of Verdun Green #515005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.19%

 BLUE value IS 5 (2.34% from 255) = 3.01%

R = 48.8%
G = 48.19%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#515005 (or 0x515005) is known color: Verdun Green. HEX triplet: 51, 50 and 05. RGB value is (81,80,5). Sum of RGB (Red+Green+Blue) = 81+80+5=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #515005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515005 is #AEAFFA. Grayscale: #484848. Windows color (decimal): -11448315 or 348241. OLE color: 348241.

HSL color Cylindrical-coordinate representation of color #515005: hue angle of 59.21º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #515005 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 80 5 -
CMYK 0 0.01 0.94 0.68
HSL 59.21º 0.88% 0.17% -
HSV(B) 59.21º 0.94% 0.32% -
XYZ 6.29 7.5 1.26 -
YUV 71.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 81 80 5 0 0.01 0.94 0.68 59.21 0.88 0.17
Hex 51 50 5 0 1 5E 44 3B 58 11
Octal 121 120 5 0 1 136 104 73 130 21
Binary 1010001 1010000 101 0 1 1011110 1000100 111011 1011000 10001

Color Harmonies of #515005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515005

Black with #515005

Text Example


Text Example

White with #515005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515005; }

 p { color: rgb(81,80,5); }

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

background-color css

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

 a { background-color: rgb(81,80,5); }

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

border-color css

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

 span { border-color: rgb(81,80,5); }

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