#48765F

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

Shades of Como #48765F

Tints of Como #48765F

Color information

#48765F (or 0x48765F) is unknown color: approx Como. HEX triplet: 48, 76 and 5F. RGB value is (72,118,95). Sum of RGB (Red+Green+Blue) = 72+118+95=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #48765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48765F is #B789A0. Grayscale: #656565. Windows color (decimal): -12028321 or 6256200. OLE color: 6256200.

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

Color convert

RGB7211895-
CMYK0.3900.190.54
HSL150º24.21%37.25%-
HSV(B)150º38.98%46.27%-
XYZ11.2215.1613.16-
YUV101.62124.26106.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=25.26%
G=41.40%
B=33.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72118950.3900.190.5415024.2137.25
Hex48765F2701336961825
Octal11016613747023662263045
Binary1001000111011010111111001110100111101101001011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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