#48715C

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

Shades of Como #48715C

Tints of Como #48715C

Color information

#48715C (or 0x48715C) is unknown color: approx Como. HEX triplet: 48, 71 and 5C. RGB value is (72,113,92). Sum of RGB (Red+Green+Blue) = 72+113+92=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #48715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48715C is #B78EA3. Grayscale: #626262. Windows color (decimal): -12029604 or 6058312. OLE color: 6058312.

HSL color Cylindrical-coordinate representation of color #48715C: hue angle of 149.27º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48715C is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB7211392-
CMYK0.3600.190.56
HSL149.27º22.16%36.27%-
HSV(B)149.27º36.28%44.31%-
XYZ10.5113.9612.27-
YUV98.35124.42109.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=25.99%
G=40.79%
B=33.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113920.3600.190.56149.2722.1636.27
Hex48715C2401338951624
Octal11016113444023702252644
Binary1001000111000110111001001000100111110001001010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48715C; }

 p { color: rgb(72,113,92); }

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

<style>
 a { background-color: #48715C; }

 a { background-color: rgb(72,113,92); }

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

<style>
 span { border-color: #48715C; }

 span { border-color: rgb(72,113,92); }

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