#48825C

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

Shades of Como #48825C

Tints of Como #48825C

Color information

#48825C (or 0x48825C) is unknown color: approx Como. HEX triplet: 48, 82 and 5C. RGB value is (72,130,92). Sum of RGB (Red+Green+Blue) = 72+130+92=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #48825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48825C is #B77DA3. Grayscale: #6C6C6C. Windows color (decimal): -12025252 or 6062664. OLE color: 6062664.

HSL color Cylindrical-coordinate representation of color #48825C: hue angle of 140.69º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48825C is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB7213092-
CMYK0.4500.290.49
HSL140.69º28.71%39.61%-
HSV(B)140.69º44.62%50.98%-
XYZ12.5918.1212.96-
YUV108.33118.78102.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=24.49%
G=44.22%
B=31.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130920.4500.290.49140.6928.7139.61
Hex48825C2D01D318d1d28
Octal11020213455035612153550
Binary10010001000001010111001011010111011100011000110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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