#48795A

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

Shades of Como #48795A

Tints of Como #48795A

Color information

#48795A (or 0x48795A) is unknown color: approx Como. HEX triplet: 48, 79 and 5A. RGB value is (72,121,90). Sum of RGB (Red+Green+Blue) = 72+121+90=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #48795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48795A is #B786A5. Grayscale: #666666. Windows color (decimal): -12027558 or 5929288. OLE color: 5929288.

HSL color Cylindrical-coordinate representation of color #48795A: hue angle of 142.04º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48795A is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB7212190-
CMYK0.4000.260.53
HSL142.04º25.39%37.84%-
HSV(B)142.04º40.5%47.45%-
XYZ11.3615.7912.12-
YUV102.82120.77106.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 121 (47.66% from 255) = 42.76%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=25.44%
G=42.76%
B=31.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72121900.4000.260.53142.0425.3937.84
Hex48795A2801A358e1926
Octal11017113250032652163146
Binary1001000111100110110101010000110101101011000111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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