#48845B

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

Shades of Como #48845B

Tints of Como #48845B

Color information

#48845B (or 0x48845B) is unknown color: approx Como. HEX triplet: 48, 84 and 5B. RGB value is (72,132,91). Sum of RGB (Red+Green+Blue) = 72+132+91=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #48845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48845B is #B77BA4. Grayscale: #6D6D6D. Windows color (decimal): -12024741 or 5997640. OLE color: 5997640.

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

Color convert

RGB7213291-
CMYK0.4500.310.48
HSL139º29.41%40%-
HSV(B)139º45.45%51.76%-
XYZ12.8118.6412.82-
YUV109.39117.62101.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=24.41%
G=44.75%
B=30.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132910.4500.310.4813929.4140
Hex48845B2D01F308b1d28
Octal11020413355037602133550
Binary10010001000010010110111011010111111100001000101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48845B; }

 p { color: rgb(72,132,91); }

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

<style>
 a { background-color: #48845B; }

 a { background-color: rgb(72,132,91); }

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

<style>
 span { border-color: #48845B; }

 span { border-color: rgb(72,132,91); }

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