Html Css Color HEX #515108 Verdun Green

📋 copy color: '#515108'

red 81 ◦ green 81 ◦ blue 8

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

Shades of Verdun Green #515108

Tints of Verdun Green #515108

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.65%

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

R = 47.65%
G = 47.65%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#515108 (or 0x515108) is known color: Verdun Green. HEX triplet: 51, 51 and 08. RGB value is (81,81,8). Sum of RGB (Red+Green+Blue) = 81+81+8=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515108 is #AEAEF7. Grayscale: #484848. Windows color (decimal): -11448056 or 545105. OLE color: 545105.

HSL color Cylindrical-coordinate representation of color #515108: hue angle of 60º 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 #515108 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 81 8 -
CMYK 0 0 0.90 0.68
HSL 60º 0.82% 0.17% -
HSV(B) 60º 0.9% 0.32% -
XYZ 6.38 7.65 1.37 -
YUV 72.68 91.5 133.94 -
System Red Green Blue C M Y K H S L
Decimal 81 81 8 0 0 0.90 0.68 60 0.82 0.17
Hex 51 51 8 0 0 5A 44 3C 52 11
Octal 121 121 10 0 0 132 104 74 122 21
Binary 1010001 1010001 1000 0 0 1011010 1000100 111100 1010010 10001

Color Harmonies of #515108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515108

Black with #515108

Text Example


Text Example

White with #515108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515108; }

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

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

background-color css

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

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

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

border-color css

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

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

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