Html Css Color HEX #487C63 Como

📋 copy color: '#487C63'

red 72 ◦ green 124 ◦ blue 99

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

Shades of Como #487C63

Tints of Como #487C63

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.03%

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 24.41%
G = 42.03%
B = 33.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#487C63 (or 0x487C63) is known color: Como. HEX triplet: 48, 7C and 63. RGB value is (72,124,99). Sum of RGB (Red+Green+Blue) = 72+124+99=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #487C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C63 is #B7839C. Grayscale: #696969. Windows color (decimal): -12026781 or 6519880. OLE color: 6519880.

HSL color Cylindrical-coordinate representation of color #487C63: hue angle of 151.15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487C63 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 124 99 -
CMYK 0.42 0 0.20 0.51
HSL 151.15º 0.27% 0.38% -
HSV(B) 151.15º 0.42% 0.49% -
XYZ 12.13 16.69 14.39 -
YUV 105.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 72 124 99 0.42 0 0.20 0.51 151.15 0.27 0.38
Hex 48 7C 63 2A 0 14 33 97 1B 26
Octal 110 174 143 52 0 24 63 227 33 46
Binary 1001000 1111100 1100011 101010 0 10100 110011 10010111 11011 100110

Color Harmonies of #487C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C63

Black with #487C63

Text Example


Text Example

White with #487C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487C63; }

 p { color: rgb(72,124,99); }

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

background-color css

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

 a { background-color: rgb(72,124,99); }

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

border-color css

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

 span { border-color: rgb(72,124,99); }

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