Html Css Color HEX #516250 Nandor

📋 copy color: '#516250'

red 81 ◦ green 98 ◦ blue 80

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

Shades of Nandor #516250

Tints of Nandor #516250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.84%

 BLUE value IS 80 (31.64% from 255) = 30.89%

R = 31.27%
G = 37.84%
B = 30.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#516250 (or 0x516250) is known color: Nandor. HEX triplet: 51, 62 and 50. RGB value is (81,98,80). Sum of RGB (Red+Green+Blue) = 81+98+80=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 98 - color contains mainly: green. Hex color #516250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516250 is #AE9DAF. Grayscale: #5A5A5A. Windows color (decimal): -11443632 or 5268049. OLE color: 5268049.

HSL color Cylindrical-coordinate representation of color #516250: hue angle of 116.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #516250 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 80 -
CMYK 0.17 0 0.18 0.62
HSL 116.67º 0.1% 0.35% -
HSV(B) 116.67º 0.18% 0.38% -
XYZ 9.21 11.06 9.24 -
YUV 90.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 81 98 80 0.17 0 0.18 0.62 116.67 0.1 0.35
Hex 51 62 50 11 0 12 3E 75 A 23
Octal 121 142 120 21 0 22 76 165 12 43
Binary 1010001 1100010 1010000 10001 0 10010 111110 1110101 1010 100011

Color Harmonies of #516250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516250

Black with #516250

Text Example


Text Example

White with #516250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516250; }

 p { color: rgb(81,98,80); }

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

background-color css

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

 a { background-color: rgb(81,98,80); }

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

border-color css

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

 span { border-color: rgb(81,98,80); }

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