#48765E

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

Shades of Como #48765E

Tints of Como #48765E

Color information

#48765E (or 0x48765E) is unknown color: approx Como. HEX triplet: 48, 76 and 5E. RGB value is (72,118,94). Sum of RGB (Red+Green+Blue) = 72+118+94=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #48765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48765E is #B789A1. Grayscale: #656565. Windows color (decimal): -12028322 or 6190664. OLE color: 6190664.

HSL color Cylindrical-coordinate representation of color #48765E: hue angle of 148.7º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48765E is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB7211894-
CMYK0.3900.200.54
HSL148.7º24.21%37.25%-
HSV(B)148.7º38.98%46.27%-
XYZ11.1715.1412.92-
YUV101.51123.76106.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=25.35%
G=41.55%
B=33.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72118940.3900.200.54148.724.2137.25
Hex48765E2701436951825
Octal11016613647024662253045
Binary1001000111011010111101001110101001101101001010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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