Html Css Color HEX #515710 Verdun Green

📋 copy color: '#515710'

red 81 ◦ green 87 ◦ blue 16

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

Shades of Verdun Green #515710

Tints of Verdun Green #515710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 47.28%

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 44.02%
G = 47.28%
B = 8.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#515710 (or 0x515710) is known color: Verdun Green. HEX triplet: 51, 57 and 10. RGB value is (81,87,16). Sum of RGB (Red+Green+Blue) = 81+87+16=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 87 - color contains mainly: green. Hex color #515710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515710 is #AEA8EF. Grayscale: #4D4D4D. Windows color (decimal): -11446512 or 1070929. OLE color: 1070929.

HSL color Cylindrical-coordinate representation of color #515710: hue angle of 65.07º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #515710 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 87 16 -
CMYK 0.07 0 0.82 0.66
HSL 65.07º 0.69% 0.2% -
HSV(B) 65.07º 0.82% 0.34% -
XYZ 6.9 8.6 1.79 -
YUV 77.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 81 87 16 0.07 0 0.82 0.66 65.07 0.69 0.2
Hex 51 57 10 7 0 52 42 41 45 14
Octal 121 127 20 7 0 122 102 101 105 24
Binary 1010001 1010111 10000 111 0 1010010 1000010 1000001 1000101 10100

Color Harmonies of #515710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515710

Black with #515710

Text Example


Text Example

White with #515710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515710; }

 p { color: rgb(81,87,16); }

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

background-color css

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

 a { background-color: rgb(81,87,16); }

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

border-color css

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

 span { border-color: rgb(81,87,16); }

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