#48825A

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

Shades of Como #48825A

Tints of Como #48825A

Color information

#48825A (or 0x48825A) is unknown color: approx Como. HEX triplet: 48, 82 and 5A. RGB value is (72,130,90). Sum of RGB (Red+Green+Blue) = 72+130+90=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #48825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48825A is #B77DA5. Grayscale: #6C6C6C. Windows color (decimal): -12025254 or 5931592. OLE color: 5931592.

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

Color convert

RGB7213090-
CMYK0.4500.310.49
HSL138.62º28.71%39.61%-
HSV(B)138.62º44.62%50.98%-
XYZ12.518.0812.5-
YUV108.1117.78102.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.66%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=24.66%
G=44.52%
B=30.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130900.4500.310.49138.6228.7139.61
Hex48825A2D01F318b1d28
Octal11020213255037612133550
Binary10010001000001010110101011010111111100011000101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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