#48855C

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

Shades of Como #48855C

Tints of Como #48855C

Color information

#48855C (or 0x48855C) is unknown color: approx Como. HEX triplet: 48, 85 and 5C. RGB value is (72,133,92). Sum of RGB (Red+Green+Blue) = 72+133+92=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #48855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48855C is #B77AA3. Grayscale: #6E6E6E. Windows color (decimal): -12024484 or 6063432. OLE color: 6063432.

HSL color Cylindrical-coordinate representation of color #48855C: hue angle of 139.67º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48855C is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB7213392-
CMYK0.4600.310.48
HSL139.67º29.76%40.2%-
HSV(B)139.67º45.86%52.16%-
XYZ12.9918.9313.09-
YUV110.09117.79100.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=24.24%
G=44.78%
B=30.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133920.4600.310.48139.6729.7640.2
Hex48855C2E01F308c1e28
Octal11020513456037602143650
Binary10010001000010110111001011100111111100001000110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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