#488258

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

Shades of Como #488258

Tints of Como #488258

Color information

#488258 (or 0x488258) is unknown color: approx Como. HEX triplet: 48, 82 and 58. RGB value is (72,130,88). Sum of RGB (Red+Green+Blue) = 72+130+88=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #488258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488258 is #B77DA7. Grayscale: #6B6B6B. Windows color (decimal): -12025256 or 5800520. OLE color: 5800520.

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

Color convert

RGB7213088-
CMYK0.4500.320.49
HSL136.55º28.71%39.61%-
HSV(B)136.55º44.62%50.98%-
XYZ12.4218.0512.06-
YUV107.87116.78102.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=24.83%
G=44.83%
B=30.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130880.4500.320.49136.5528.7139.61
Hex4882582D02031891d28
Octal11020213055040612113550
Binary100100010000010101100010110101000001100011000100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488258; }

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

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

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

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

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

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

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

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