#48614B

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

Shades of Nandor #48614B

Tints of Nandor #48614B

Color information

#48614B (or 0x48614B) is unknown color: approx Nandor. HEX triplet: 48, 61 and 4B. RGB value is (72,97,75). Sum of RGB (Red+Green+Blue) = 72+97+75=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #48614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48614B is #B79EB4. Grayscale: #575757. Windows color (decimal): -12033717 or 4940104. OLE color: 4940104.

HSL color Cylindrical-coordinate representation of color #48614B: hue angle of 127.2º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #48614B is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB729775-
CMYK0.2600.230.62
HSL127.2º14.79%33.14%-
HSV(B)127.2º25.77%38.04%-
XYZ8.2210.448.24-
YUV87.02121.22117.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=29.51%
G=39.75%
B=30.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297750.2600.230.62127.214.7933.14
Hex48614B1A0173E7ff21
Octal11014111332027761771741
Binary1001000110000110010111101001011111111011111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48614B; }

 p { color: rgb(72,97,75); }

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

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

 a { background-color: rgb(72,97,75); }

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

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

 span { border-color: rgb(72,97,75); }

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