#48644C

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

Shades of Nandor #48644C

Tints of Nandor #48644C

Color information

#48644C (or 0x48644C) is unknown color: approx Nandor. HEX triplet: 48, 64 and 4C. RGB value is (72,100,76). Sum of RGB (Red+Green+Blue) = 72+100+76=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #48644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48644C is #B79BB3. Grayscale: #585858. Windows color (decimal): -12032948 or 5006408. OLE color: 5006408.

HSL color Cylindrical-coordinate representation of color #48644C: hue angle of 128.57º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48644C is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB7210076-
CMYK0.2800.240.61
HSL128.57º16.28%33.73%-
HSV(B)128.57º28%39.22%-
XYZ8.5311.018.51-
YUV88.89120.72115.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=29.03%
G=40.32%
B=30.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72100760.2800.240.61128.5716.2833.73
Hex48644C1C0183D811022
Octal11014411434030752012042
Binary100100011001001001100111000110001111011000000110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48644C; }

 p { color: rgb(72,100,76); }

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

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

 a { background-color: rgb(72,100,76); }

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

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

 span { border-color: rgb(72,100,76); }

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