#526650

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

Shades of Nandor #526650

Tints of Nandor #526650

Color information

#526650 (or 0x526650) is unknown color: approx Nandor. HEX triplet: 52, 66 and 50. RGB value is (82,102,80). Sum of RGB (Red+Green+Blue) = 82+102+80=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 102 - color contains mainly: green. Hex color #526650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526650 is #AD99AF. Grayscale: #5D5D5D. Windows color (decimal): -11377072 or 5269074. OLE color: 5269074.

HSL color Cylindrical-coordinate representation of color #526650: hue angle of 114.55º degrees, saturation: 0.12, 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 #526650 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB8210280-
CMYK0.2000.220.6
HSL114.55º12.09%35.69%-
HSV(B)114.55º21.57%40%-
XYZ9.6811.889.37-
YUV93.51120.37119.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 80 (31.64% from 255) = 30.30%
R=31.06%
G=38.64%
B=30.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102800.2000.220.6114.5512.0935.69
Hex526650140163C73c24
Octal12214612024026741631444
Binary1010010110011010100001010001011011110011100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526650; }

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

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

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

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

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

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

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

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