#526852

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

Shades of Nandor #526852

Tints of Nandor #526852

Color information

#526852 (or 0x526852) is unknown color: approx Nandor. HEX triplet: 52, 68 and 52. RGB value is (82,104,82). Sum of RGB (Red+Green+Blue) = 82+104+82=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #526852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526852 is #AD97AD. Grayscale: #5E5E5E. Windows color (decimal): -11376558 or 5400658. OLE color: 5400658.

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

Color convert

RGB8210482-
CMYK0.2100.210.59
HSL120º11.83%36.47%-
HSV(B)120º21.15%40.78%-
XYZ9.9512.39.83-
YUV94.91120.71118.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 104 (41.02% from 255) = 38.81%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=30.60%
G=38.81%
B=30.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104820.2100.210.5912011.8336.47
Hex526852150153B78c24
Octal12215012225025731701444
Binary1010010110100010100101010101010111101111110001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526852; }

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

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

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

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

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

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

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

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