#48564A

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

Shades of Nandor #48564A

Tints of Nandor #48564A

Color information

#48564A (or 0x48564A) is unknown color: approx Nandor. HEX triplet: 48, 56 and 4A. RGB value is (72,86,74). Sum of RGB (Red+Green+Blue) = 72+86+74=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 86 - color contains mainly: green. Hex color #48564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48564A is #B7A9B5. Grayscale: #505050. Windows color (decimal): -12036534 or 4871752. OLE color: 4871752.

HSL color Cylindrical-coordinate representation of color #48564A: hue angle of 128.57º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #48564A is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB728674-
CMYK0.1600.140.66
HSL128.57º8.86%30.98%-
HSV(B)128.57º16.28%33.73%-
XYZ7.248.537.74-
YUV80.45124.36121.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=31.03%
G=37.07%
B=31.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286740.1600.140.66128.578.8630.98
Hex48564A100E428191f
Octal110126112200161022011137
Binary1001000101011010010101000001110100001010000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48564A; }

 p { color: rgb(72,86,74); }

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

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

 a { background-color: rgb(72,86,74); }

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

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

 span { border-color: rgb(72,86,74); }

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