#48514C

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

Shades of Plantation #48514C

Tints of Plantation #48514C

Color information

#48514C (or 0x48514C) is unknown color: approx Plantation. HEX triplet: 48, 51 and 4C. RGB value is (72,81,76). Sum of RGB (Red+Green+Blue) = 72+81+76=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 81 - color contains mainly: green. Hex color #48514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48514C is #B7AEB3. Grayscale: #4D4D4D. Windows color (decimal): -12037812 or 5001544. OLE color: 5001544.

HSL color Cylindrical-coordinate representation of color #48514C: hue angle of 146.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #48514C is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB728176-
CMYK0.1100.060.68
HSL146.67º5.88%30%-
HSV(B)146.67º11.11%31.76%-
XYZ6.927.787.98-
YUV77.74127.02123.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=31.44%
G=35.37%
B=33.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7281760.1100.060.68146.675.8830
Hex48514CB06449361e
Octal1101211141306104223636
Binary1001000101000110011001011011010001001001001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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