Html Css Color HEX #487858 Como

📋 copy color: '#487858'

red 72 ◦ green 120 ◦ blue 88

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

Shades of Como #487858

Tints of Como #487858

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.86%

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 25.71%
G = 42.86%
B = 31.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#487858 (or 0x487858) is known color: Como. HEX triplet: 48, 78 and 58. RGB value is (72,120,88). Sum of RGB (Red+Green+Blue) = 72+120+88=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #487858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487858 is #B787A7. Grayscale: #666666. Windows color (decimal): -12027816 or 5797960. OLE color: 5797960.

HSL color Cylindrical-coordinate representation of color #487858: hue angle of 140º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487858 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 120 88 -
CMYK 0.40 0 0.27 0.53
HSL 140º 0.25% 0.38% -
HSV(B) 140º 0.4% 0.47% -
XYZ 11.15 15.52 11.64 -
YUV 102 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 72 120 88 0.40 0 0.27 0.53 140 0.25 0.38
Hex 48 78 58 28 0 1B 35 8C 19 26
Octal 110 170 130 50 0 33 65 214 31 46
Binary 1001000 1111000 1011000 101000 0 11011 110101 10001100 11001 100110

Color Harmonies of #487858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487858

Black with #487858

Text Example


Text Example

White with #487858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487858; }

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

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

background-color css

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

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

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

border-color css

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

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

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