#51604F

Color #51604F Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #51604F

Tints of Nandor #51604F

Color information

#51604F (or 0x51604F) is unknown color: approx Nandor. HEX triplet: 51, 60 and 4F. RGB value is (81,96,79). Sum of RGB (Red+Green+Blue) = 81+96+79=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #51604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51604F is #AE9FB0. Grayscale: #595959. Windows color (decimal): -11444145 or 5202001. OLE color: 5202001.

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

Color convert

RGB819679-
CMYK0.1600.180.62
HSL112.94º9.71%34.31%-
HSV(B)112.94º17.71%37.65%-
XYZ8.9910.688.98-
YUV89.58122.03121.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.64%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 79 (31.25% from 255) = 30.86%
R=31.64%
G=37.5%
B=30.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196790.1600.180.62112.949.7134.31
Hex51604F100123E71a22
Octal12114011720022761611242
Binary1010001110000010011111000001001011111011100011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51604F; }

 p { color: rgb(81,96,79); }

 H1.HeaderClassName
 {
   color: #51604F;
 }
 .AnyTagClassName
 {
   color: #51604F;
 }
</style>
background-color css

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

 a { background-color: rgb(81,96,79); }

 div.DivClassName
 {
   background-color: #51604F;
 }
 .BgClassName
 {
   background-color: #51604F;
 }
</style>
border-color css

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

 span { border-color: rgb(81,96,79); }

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