#48614A

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

Shades of Nandor #48614A

Tints of Nandor #48614A

Color information

#48614A (or 0x48614A) is unknown color: approx Nandor. HEX triplet: 48, 61 and 4A. RGB value is (72,97,74). Sum of RGB (Red+Green+Blue) = 72+97+74=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #48614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48614A is #B79EB5. Grayscale: #565656. Windows color (decimal): -12033718 or 4874568. OLE color: 4874568.

HSL color Cylindrical-coordinate representation of color #48614A: hue angle of 124.8º 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 #48614A is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB729774-
CMYK0.2600.240.62
HSL124.8º14.79%33.14%-
HSV(B)124.8º25.77%38.04%-
XYZ8.1810.428.06-
YUV86.9120.72117.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=29.63%
G=39.92%
B=30.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297740.2600.240.62124.814.7933.14
Hex48614A1A0183E7df21
Octal11014111232030761751741
Binary1001000110000110010101101001100011111011111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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