#48845A

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

Shades of Como #48845A

Tints of Como #48845A

Color information

#48845A (or 0x48845A) is unknown color: approx Como. HEX triplet: 48, 84 and 5A. RGB value is (72,132,90). Sum of RGB (Red+Green+Blue) = 72+132+90=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #48845A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48845A is #B77BA5. Grayscale: #6D6D6D. Windows color (decimal): -12024742 or 5932104. OLE color: 5932104.

HSL color Cylindrical-coordinate representation of color #48845A: hue angle of 138º 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 #48845A is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB7213290-
CMYK0.4500.320.48
HSL138º29.41%40%-
HSV(B)138º45.45%51.76%-
XYZ12.7718.6212.59-
YUV109.27117.12101.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 132 (51.95% from 255) = 44.90%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=24.49%
G=44.90%
B=30.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132900.4500.320.4813829.4140
Hex48845A2D020308a1d28
Octal11020413255040602123550
Binary100100010000100101101010110101000001100001000101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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