#526952

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

Shades of Nandor #526952

Tints of Nandor #526952

Color information

#526952 (or 0x526952) is unknown color: approx Nandor. HEX triplet: 52, 69 and 52. RGB value is (82,105,82). Sum of RGB (Red+Green+Blue) = 82+105+82=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #526952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526952 is #AD96AD. Grayscale: #5F5F5F. Windows color (decimal): -11376302 or 5400914. OLE color: 5400914.

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

Color convert

RGB8210582-
CMYK0.2200.220.59
HSL120º12.3%36.67%-
HSV(B)120º21.9%41.18%-
XYZ10.0512.519.87-
YUV95.5120.38118.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=30.48%
G=39.03%
B=30.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105820.2200.220.5912012.336.67
Hex526952160163B78c25
Octal12215112226026731701445
Binary1010010110100110100101011001011011101111110001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526952; }

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

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

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

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

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

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

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

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