#536653

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

Shades of Nandor #536653

Tints of Nandor #536653

Color information

#536653 (or 0x536653) is unknown color: approx Nandor. HEX triplet: 53, 66 and 53. RGB value is (83,102,83). Sum of RGB (Red+Green+Blue) = 83+102+83=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #536653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536653 is #AC99AC. Grayscale: #5E5E5E. Windows color (decimal): -11311533 or 5465683. OLE color: 5465683.

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

Color convert

RGB8310283-
CMYK0.1900.190.6
HSL120º10.27%36.27%-
HSV(B)120º18.63%40%-
XYZ9.8811.979.97-
YUV94.15121.71120.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=30.97%
G=38.06%
B=30.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83102830.1900.190.612010.2736.27
Hex536653130133C78a24
Octal12314612323023741701244
Binary1010011110011010100111001101001111110011110001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536653; }

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

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

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

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

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

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

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

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