#48554A

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

Shades of Nandor #48554A

Tints of Nandor #48554A

Color information

#48554A (or 0x48554A) is unknown color: approx Nandor. HEX triplet: 48, 55 and 4A. RGB value is (72,85,74). Sum of RGB (Red+Green+Blue) = 72+85+74=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #48554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48554A is #B7AAB5. Grayscale: #4F4F4F. Windows color (decimal): -12036790 or 4871496. OLE color: 4871496.

HSL color Cylindrical-coordinate representation of color #48554A: hue angle of 129.23º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #48554A is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB728574-
CMYK0.1500.130.67
HSL129.23º8.28%30.78%-
HSV(B)129.23º15.29%33.33%-
XYZ7.168.377.72-
YUV79.86124.69122.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=31.17%
G=36.80%
B=32.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285740.1500.130.67129.238.2830.78
Hex48554AF0D438181f
Octal110125112170151032011037
Binary100100010101011001010111101101100001110000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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