Html Css Color HEX #487C64 Como

📋 copy color: '#487C64'

red 72 ◦ green 124 ◦ blue 100

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

Shades of Como #487C64

Tints of Como #487C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 24.32%
G = 41.89%
B = 33.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#487C64 (or 0x487C64) is known color: Como. HEX triplet: 48, 7C and 64. RGB value is (72,124,100). Sum of RGB (Red+Green+Blue) = 72+124+100=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #487C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C64 is #B7839B. Grayscale: #696969. Windows color (decimal): -12026780 or 6585416. OLE color: 6585416.

HSL color Cylindrical-coordinate representation of color #487C64: hue angle of 152.31º 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 #487C64 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 124 100 -
CMYK 0.42 0 0.19 0.51
HSL 152.31º 0.27% 0.38% -
HSV(B) 152.31º 0.42% 0.49% -
XYZ 12.18 16.71 14.64 -
YUV 105.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 72 124 100 0.42 0 0.19 0.51 152.31 0.27 0.38
Hex 48 7C 64 2A 0 13 33 98 1B 26
Octal 110 174 144 52 0 23 63 230 33 46
Binary 1001000 1111100 1100100 101010 0 10011 110011 10011000 11011 100110

Color Harmonies of #487C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C64

Black with #487C64

Text Example


Text Example

White with #487C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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