#48805B

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

Shades of Como #48805B

Tints of Como #48805B

Color information

#48805B (or 0x48805B) is unknown color: approx Como. HEX triplet: 48, 80 and 5B. RGB value is (72,128,91). Sum of RGB (Red+Green+Blue) = 72+128+91=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #48805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48805B is #B77FA4. Grayscale: #6B6B6B. Windows color (decimal): -12025765 or 5996616. OLE color: 5996616.

HSL color Cylindrical-coordinate representation of color #48805B: hue angle of 140.36º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48805B is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB7212891-
CMYK0.4400.290.50
HSL140.36º28%39.22%-
HSV(B)140.36º43.75%50.2%-
XYZ12.2817.5712.64-
YUV107.04118.95103.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 128 (50.39% from 255) = 43.99%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=24.74%
G=43.99%
B=31.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72128910.4400.290.50140.362839.22
Hex48805B2C01D328c1c27
Octal11020013354035622143447
Binary10010001000000010110111011000111011100101000110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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