#48775A

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

Shades of Como #48775A

Tints of Como #48775A

Color information

#48775A (or 0x48775A) is unknown color: approx Como. HEX triplet: 48, 77 and 5A. RGB value is (72,119,90). Sum of RGB (Red+Green+Blue) = 72+119+90=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #48775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48775A is #B788A5. Grayscale: #656565. Windows color (decimal): -12028070 or 5928776. OLE color: 5928776.

HSL color Cylindrical-coordinate representation of color #48775A: hue angle of 142.98º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48775A is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB7211990-
CMYK0.3900.240.53
HSL142.98º24.61%37.45%-
HSV(B)142.98º39.5%46.67%-
XYZ11.1115.3112.04-
YUV101.64121.43106.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=25.62%
G=42.35%
B=32.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119900.3900.240.53142.9824.6137.45
Hex48775A27018358f1925
Octal11016713247030652173145
Binary1001000111011110110101001110110001101011000111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48775A; }

 p { color: rgb(72,119,90); }

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

<style>
 a { background-color: #48775A; }

 a { background-color: rgb(72,119,90); }

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

<style>
 span { border-color: #48775A; }

 span { border-color: rgb(72,119,90); }

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