#48765A

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

Shades of Como #48765A

Tints of Como #48765A

Color information

#48765A (or 0x48765A) is unknown color: approx Como. HEX triplet: 48, 76 and 5A. RGB value is (72,118,90). Sum of RGB (Red+Green+Blue) = 72+118+90=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #48765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48765A is #B789A5. Grayscale: #656565. Windows color (decimal): -12028326 or 5928520. OLE color: 5928520.

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

Color convert

RGB7211890-
CMYK0.3900.240.54
HSL143.48º24.21%37.25%-
HSV(B)143.48º38.98%46.27%-
XYZ1115.0712-
YUV101.05121.76107.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=25.71%
G=42.14%
B=32.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72118900.3900.240.54143.4824.2137.25
Hex48765A27018368f1825
Octal11016613247030662173045
Binary1001000111011010110101001110110001101101000111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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