#536952

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

Shades of Nandor #536952

Tints of Nandor #536952

Color information

#536952 (or 0x536952) is unknown color: approx Nandor. HEX triplet: 53, 69 and 52. RGB value is (83,105,82). Sum of RGB (Red+Green+Blue) = 83+105+82=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #536952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536952 is #AC96AD. Grayscale: #5F5F5F. Windows color (decimal): -11310766 or 5400915. OLE color: 5400915.

HSL color Cylindrical-coordinate representation of color #536952: hue angle of 117.39º 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 #536952 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB8310582-
CMYK0.2100.220.59
HSL117.39º12.3%36.67%-
HSV(B)117.39º21.9%41.18%-
XYZ10.1412.559.87-
YUV95.8120.21118.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=30.74%
G=38.89%
B=30.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105820.2100.220.59117.3912.336.67
Hex536952150163B75c25
Octal12315112225026731651445
Binary1010011110100110100101010101011011101111101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536952; }

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

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

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

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

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

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

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

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