#487260

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

Shades of Como #487260

Tints of Como #487260

Color information

#487260 (or 0x487260) is unknown color: approx Como. HEX triplet: 48, 72 and 60. RGB value is (72,114,96). Sum of RGB (Red+Green+Blue) = 72+114+96=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #487260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487260 is #B78D9F. Grayscale: #636363. Windows color (decimal): -12029344 or 6320712. OLE color: 6320712.

HSL color Cylindrical-coordinate representation of color #487260: hue angle of 154.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #487260 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB7211496-
CMYK0.3700.160.55
HSL154.29º22.58%36.47%-
HSV(B)154.29º36.84%44.71%-
XYZ10.814.2613.25-
YUV99.39126.09108.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=25.53%
G=40.43%
B=34.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114960.3700.160.55154.2922.5836.47
Hex48726025010379a1724
Octal11016214045020672322744
Binary1001000111001011000001001010100001101111001101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487260; }

 p { color: rgb(72,114,96); }

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

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

 a { background-color: rgb(72,114,96); }

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

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

 span { border-color: rgb(72,114,96); }

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