#526652

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

Shades of Nandor #526652

Tints of Nandor #526652

Color information

#526652 (or 0x526652) is unknown color: approx Nandor. HEX triplet: 52, 66 and 52. RGB value is (82,102,82). Sum of RGB (Red+Green+Blue) = 82+102+82=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #526652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526652 is #AD99AD. Grayscale: #5D5D5D. Windows color (decimal): -11377070 or 5400146. OLE color: 5400146.

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

Color convert

RGB8210282-
CMYK0.2000.200.6
HSL120º10.87%36.08%-
HSV(B)120º19.61%40%-
XYZ9.7511.919.77-
YUV93.74121.37119.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=30.83%
G=38.35%
B=30.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102820.2000.200.612010.8736.08
Hex526652140143C78b24
Octal12214612224024741701344
Binary1010010110011010100101010001010011110011110001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526652; }

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

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

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

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

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

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

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

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