#488262

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

Shades of Como #488262

Tints of Como #488262

Color information

#488262 (or 0x488262) is unknown color: approx Como. HEX triplet: 48, 82 and 62. RGB value is (72,130,98). Sum of RGB (Red+Green+Blue) = 72+130+98=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #488262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488262 is #B77D9D. Grayscale: #6D6D6D. Windows color (decimal): -12025246 or 6455880. OLE color: 6455880.

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

Color convert

RGB7213098-
CMYK0.4500.250.49
HSL146.9º28.71%39.61%-
HSV(B)146.9º44.62%50.98%-
XYZ12.8618.2214.4-
YUV109.01121.78101.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 98 (38.67% from 255) = 32.67%
R=24%
G=43.33%
B=32.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130980.4500.250.49146.928.7139.61
Hex4882622D01931931d28
Octal11020214255031612233550
Binary10010001000001011000101011010110011100011001001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488262; }

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

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

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

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

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

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

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

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