Html Css Color HEX #487560 Como

📋 copy color: '#487560'

red 72 ◦ green 117 ◦ blue 96

#487560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #487560

Tints of Como #487560

RGB

 RED value IS 72 (28.52% from 255) = 25.26%

 GREEN value IS 117 (46.09% from 255) = 41.05%

 BLUE value IS 96 (37.89% from 255) = 33.68%

R = 25.26%
G = 41.05%
B = 33.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#487560 (or 0x487560) is known color: Como. HEX triplet: 48, 75 and 60. RGB value is (72,117,96). Sum of RGB (Red+Green+Blue) = 72+117+96=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #487560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487560 is #B78A9F. Grayscale: #656565. Windows color (decimal): -12028576 or 6321480. OLE color: 6321480.

HSL color Cylindrical-coordinate representation of color #487560: hue angle of 152º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487560 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 96 -
CMYK 0.38 0 0.18 0.54
HSL 152º 0.24% 0.37% -
HSV(B) 152º 0.38% 0.46% -
XYZ 11.15 14.94 13.36 -
YUV 101.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 72 117 96 0.38 0 0.18 0.54 152 0.24 0.37
Hex 48 75 60 26 0 12 36 98 18 25
Octal 110 165 140 46 0 22 66 230 30 45
Binary 1001000 1110101 1100000 100110 0 10010 110110 10011000 11000 100101

Color Harmonies of #487560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487560

Black with #487560

Text Example


Text Example

White with #487560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487560; }

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

 H1.HeaderClassName
 {
   color: #487560;
 }
 .AnyTagClassName
 {
   color: #487560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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