Html Css Color HEX #515B0E Verdun Green

📋 copy color: '#515B0E'

red 81 ◦ green 91 ◦ blue 14

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

Shades of Verdun Green #515B0E

Tints of Verdun Green #515B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 48.92%

 BLUE value IS 14 (5.86% from 255) = 7.53%

R = 43.55%
G = 48.92%
B = 7.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.64

RGB Variations

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

Color information

#515B0E (or 0x515B0E) is known color: Verdun Green. HEX triplet: 51, 5B and 0E. RGB value is (81,91,14). Sum of RGB (Red+Green+Blue) = 81+91+14=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #515B0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515B0E is #AEA4F1. Grayscale: #4F4F4F. Windows color (decimal): -11445490 or 940881. OLE color: 940881.

HSL color Cylindrical-coordinate representation of color #515B0E: hue angle of 67.79º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #515B0E is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 91 14 -
CMYK 0.11 0 0.85 0.64
HSL 67.79º 0.73% 0.21% -
HSV(B) 67.79º 0.85% 0.36% -
XYZ 7.21 9.26 1.82 -
YUV 79.23 91.19 129.26 -
System Red Green Blue C M Y K H S L
Decimal 81 91 14 0.11 0 0.85 0.64 67.79 0.73 0.21
Hex 51 5B E B 0 55 40 44 49 15
Octal 121 133 16 13 0 125 100 104 111 25
Binary 1010001 1011011 1110 1011 0 1010101 1000000 1000100 1001001 10101

Color Harmonies of #515B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B0E

Black with #515B0E

Text Example


Text Example

White with #515B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515B0E; }

 p { color: rgb(81,91,14); }

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

background-color css

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

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

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

border-color css

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

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

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