Html Css Color HEX #515B14 Verdun Green

📋 copy color: '#515B14'

red 81 ◦ green 91 ◦ blue 20

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

Shades of Verdun Green #515B14

Tints of Verdun Green #515B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.42%

R = 42.19%
G = 47.4%
B = 10.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#515B14 (or 0x515B14) is known color: Verdun Green. HEX triplet: 51, 5B and 14. RGB value is (81,91,20). Sum of RGB (Red+Green+Blue) = 81+91+20=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #515B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515B14 is #AEA4EB. Grayscale: #505050. Windows color (decimal): -11445484 or 1334097. OLE color: 1334097.

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

Color convert

RGB 81 91 20 -
CMYK 0.11 0 0.78 0.64
HSL 68.45º 0.64% 0.22% -
HSV(B) 68.45º 0.78% 0.36% -
XYZ 7.26 9.28 2.07 -
YUV 79.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 81 91 20 0.11 0 0.78 0.64 68.45 0.64 0.22
Hex 51 5B 14 B 0 4E 40 44 40 16
Octal 121 133 24 13 0 116 100 104 100 26
Binary 1010001 1011011 10100 1011 0 1001110 1000000 1000100 1000000 10110

Color Harmonies of #515B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B14

Black with #515B14

Text Example


Text Example

White with #515B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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