Html Css Color HEX #515408 Verdun Green

📋 copy color: '#515408'

red 81 ◦ green 84 ◦ blue 8

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

Shades of Verdun Green #515408

Tints of Verdun Green #515408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.55%

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

R = 46.82%
G = 48.55%
B = 4.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#515408 (or 0x515408) is known color: Verdun Green. HEX triplet: 51, 54 and 08. RGB value is (81,84,8). Sum of RGB (Red+Green+Blue) = 81+84+8=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #515408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515408 is #AEABF7. Grayscale: #4A4A4A. Windows color (decimal): -11447288 or 545873. OLE color: 545873.

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

Color convert

RGB 81 84 8 -
CMYK 0.04 0 0.90 0.67
HSL 62.37º 0.83% 0.18% -
HSV(B) 62.37º 0.9% 0.33% -
XYZ 6.61 8.11 1.45 -
YUV 74.44 90.51 132.68 -
System Red Green Blue C M Y K H S L
Decimal 81 84 8 0.04 0 0.90 0.67 62.37 0.83 0.18
Hex 51 54 8 4 0 5A 43 3E 53 12
Octal 121 124 10 4 0 132 103 76 123 22
Binary 1010001 1010100 1000 100 0 1011010 1000011 111110 1010011 10010

Color Harmonies of #515408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515408

Black with #515408

Text Example


Text Example

White with #515408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515408; }

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

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

background-color css

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

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

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

border-color css

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

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

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