Html Css Color HEX #515508 Verdun Green

📋 copy color: '#515508'

red 81 ◦ green 85 ◦ blue 8

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

Shades of Verdun Green #515508

Tints of Verdun Green #515508

RGB

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

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

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

R = 46.55%
G = 48.85%
B = 4.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#515508 (or 0x515508) is known color: Verdun Green. HEX triplet: 51, 55 and 08. RGB value is (81,85,8). Sum of RGB (Red+Green+Blue) = 81+85+8=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #515508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515508 is #AEAAF7. Grayscale: #4B4B4B. Windows color (decimal): -11447032 or 546129. OLE color: 546129.

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

Color convert

RGB 81 85 8 -
CMYK 0.05 0 0.91 0.67
HSL 63.12º 0.83% 0.18% -
HSV(B) 63.12º 0.91% 0.33% -
XYZ 6.69 8.26 1.47 -
YUV 75.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 81 85 8 0.05 0 0.91 0.67 63.12 0.83 0.18
Hex 51 55 8 5 0 5B 43 3F 53 12
Octal 121 125 10 5 0 133 103 77 123 22
Binary 1010001 1010101 1000 101 0 1011011 1000011 111111 1010011 10010

Color Harmonies of #515508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515508

Black with #515508

Text Example


Text Example

White with #515508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515508; }

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

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

background-color css

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

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

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

border-color css

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

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

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