#526750

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

Shades of Nandor #526750

Tints of Nandor #526750

Color information

#526750 (or 0x526750) is unknown color: approx Nandor. HEX triplet: 52, 67 and 50. RGB value is (82,103,80). Sum of RGB (Red+Green+Blue) = 82+103+80=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 103 - color contains mainly: green. Hex color #526750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526750 is #AD98AF. Grayscale: #5E5E5E. Windows color (decimal): -11376816 or 5269330. OLE color: 5269330.

HSL color Cylindrical-coordinate representation of color #526750: hue angle of 114.78º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #526750 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB8210380-
CMYK0.2000.220.60
HSL114.78º12.57%35.88%-
HSV(B)114.78º22.33%40.39%-
XYZ9.7812.079.4-
YUV94.1120.04119.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=30.94%
G=38.87%
B=30.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103800.2000.220.60114.7812.5735.88
Hex526750140163C73d24
Octal12214712024026741631544
Binary1010010110011110100001010001011011110011100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526750; }

 p { color: rgb(82,103,80); }

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

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

 a { background-color: rgb(82,103,80); }

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

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

 span { border-color: rgb(82,103,80); }

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