Html Css Color HEX #515008 Verdun Green

📋 copy color: '#515008'

red 81 ◦ green 80 ◦ blue 8

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

Shades of Verdun Green #515008

Tints of Verdun Green #515008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.73%

R = 47.93%
G = 47.34%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#515008 (or 0x515008) is known color: Verdun Green. HEX triplet: 51, 50 and 08. RGB value is (81,80,8). Sum of RGB (Red+Green+Blue) = 81+80+8=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #515008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515008 is #AEAFF7. Grayscale: #484848. Windows color (decimal): -11448312 or 544849. OLE color: 544849.

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

Color convert

RGB 81 80 8 -
CMYK 0 0.01 0.90 0.68
HSL 59.18º 0.82% 0.17% -
HSV(B) 59.18º 0.9% 0.32% -
XYZ 6.31 7.5 1.35 -
YUV 72.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 81 80 8 0 0.01 0.90 0.68 59.18 0.82 0.17
Hex 51 50 8 0 1 5A 44 3B 52 11
Octal 121 120 10 0 1 132 104 73 122 21
Binary 1010001 1010000 1000 0 1 1011010 1000100 111011 1010010 10001

Color Harmonies of #515008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515008

Black with #515008

Text Example


Text Example

White with #515008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515008; }

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

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

background-color css

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

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

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

border-color css

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

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

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