#48745E

Color #48745E Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #48745E

Tints of Como #48745E

Color information

#48745E (or 0x48745E) is unknown color: approx Como. HEX triplet: 48, 74 and 5E. RGB value is (72,116,94). Sum of RGB (Red+Green+Blue) = 72+116+94=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #48745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48745E is #B78BA1. Grayscale: #646464. Windows color (decimal): -12028834 or 6190152. OLE color: 6190152.

HSL color Cylindrical-coordinate representation of color #48745E: hue angle of 150º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48745E is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB7211694-
CMYK0.3800.190.55
HSL150º23.4%36.86%-
HSV(B)150º37.93%45.49%-
XYZ10.9414.6812.85-
YUV100.34124.42107.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=25.53%
G=41.13%
B=33.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72116940.3800.190.5515023.436.86
Hex48745E2601337961725
Octal11016413646023672262745
Binary1001000111010010111101001100100111101111001011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48745E; }

 p { color: rgb(72,116,94); }

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

<style>
 a { background-color: #48745E; }

 a { background-color: rgb(72,116,94); }

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

<style>
 span { border-color: #48745E; }

 span { border-color: rgb(72,116,94); }

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