#526950

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

Shades of Nandor #526950

Tints of Nandor #526950

Color information

#526950 (or 0x526950) is unknown color: approx Nandor. HEX triplet: 52, 69 and 50. RGB value is (82,105,80). Sum of RGB (Red+Green+Blue) = 82+105+80=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #526950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526950 is #AD96AF. Grayscale: #5F5F5F. Windows color (decimal): -11376304 or 5269842. OLE color: 5269842.

HSL color Cylindrical-coordinate representation of color #526950: hue angle of 115.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #526950 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB8210580-
CMYK0.2200.240.59
HSL115.2º13.51%36.27%-
HSV(B)115.2º23.81%41.18%-
XYZ9.9812.489.47-
YUV95.27119.38118.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=30.71%
G=39.33%
B=29.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105800.2200.240.59115.213.5136.27
Hex526950160183B73e24
Octal12215112026030731631644
Binary1010010110100110100001011001100011101111100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526950; }

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

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

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

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

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

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

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

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