Html Css Color HEX #515D11 Verdun Green

📋 copy color: '#515D11'

red 81 ◦ green 93 ◦ blue 17

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

Shades of Verdun Green #515D11

Tints of Verdun Green #515D11

RGB

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

 GREEN value IS 93 (36.72% from 255) = 48.69%

 BLUE value IS 17 (7.03% from 255) = 8.9%

R = 42.41%
G = 48.69%
B = 8.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#515D11 (or 0x515D11) is known color: Verdun Green. HEX triplet: 51, 5D and 11. RGB value is (81,93,17). Sum of RGB (Red+Green+Blue) = 81+93+17=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 93 (36.72% from 255 or 48.69% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 93 - color contains mainly: green. Hex color #515D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515D11 is #AEA2EE. Grayscale: #515151. Windows color (decimal): -11444975 or 1138001. OLE color: 1138001.

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

Color convert

RGB 81 93 17 -
CMYK 0.13 0 0.82 0.64
HSL 69.47º 0.69% 0.22% -
HSV(B) 69.47º 0.82% 0.36% -
XYZ 7.41 9.62 2 -
YUV 80.75 92.02 128.18 -
System Red Green Blue C M Y K H S L
Decimal 81 93 17 0.13 0 0.82 0.64 69.47 0.69 0.22
Hex 51 5D 11 D 0 52 40 45 45 16
Octal 121 135 21 15 0 122 100 105 105 26
Binary 1010001 1011101 10001 1101 0 1010010 1000000 1000101 1000101 10110

Color Harmonies of #515D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D11

Black with #515D11

Text Example


Text Example

White with #515D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,93,17); }

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

background-color css

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

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

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

border-color css

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

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

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