#48735F

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

Shades of Como #48735F

Tints of Como #48735F

Color information

#48735F (or 0x48735F) is unknown color: approx Como. HEX triplet: 48, 73 and 5F. RGB value is (72,115,95). Sum of RGB (Red+Green+Blue) = 72+115+95=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #48735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48735F is #B78CA0. Grayscale: #636363. Windows color (decimal): -12029089 or 6255432. OLE color: 6255432.

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

Color convert

RGB7211595-
CMYK0.3700.170.55
HSL152.09º22.99%36.67%-
HSV(B)152.09º37.39%45.1%-
XYZ10.8714.4713.05-
YUV99.86125.25108.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 115 (45.31% from 255) = 40.78%
BLUE value IS 95 (37.5% from 255) = 33.69%
R=25.53%
G=40.78%
B=33.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115950.3700.170.55152.0922.9936.67
Hex48735F2501137981725
Octal11016313745021672302745
Binary1001000111001110111111001010100011101111001100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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