Html Css Color HEX #515F11 Verdun Green

📋 copy color: '#515F11'

red 81 ◦ green 95 ◦ blue 17

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

Shades of Verdun Green #515F11

Tints of Verdun Green #515F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 49.22%

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

R = 41.97%
G = 49.22%
B = 8.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#515F11 (or 0x515F11) is known color: Verdun Green. HEX triplet: 51, 5F and 11. RGB value is (81,95,17). Sum of RGB (Red+Green+Blue) = 81+95+17=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #515F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515F11 is #AEA0EE. Grayscale: #525252. Windows color (decimal): -11444463 or 1138513. OLE color: 1138513.

HSL color Cylindrical-coordinate representation of color #515F11: hue angle of 70.77º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #515F11 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 95 17 -
CMYK 0.15 0 0.82 0.63
HSL 70.77º 0.7% 0.22% -
HSV(B) 70.77º 0.82% 0.37% -
XYZ 7.59 9.97 2.06 -
YUV 81.92 91.36 127.34 -
System Red Green Blue C M Y K H S L
Decimal 81 95 17 0.15 0 0.82 0.63 70.77 0.7 0.22
Hex 51 5F 11 F 0 52 3F 47 46 16
Octal 121 137 21 17 0 122 77 107 106 26
Binary 1010001 1011111 10001 1111 0 1010010 111111 1000111 1000110 10110

Color Harmonies of #515F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F11

Black with #515F11

Text Example


Text Example

White with #515F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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