Html Css Color HEX #487C61 Como

📋 copy color: '#487C61'

red 72 ◦ green 124 ◦ blue 97

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

Shades of Como #487C61

Tints of Como #487C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.11%

R = 24.57%
G = 42.32%
B = 33.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#487C61 (or 0x487C61) is known color: Como. HEX triplet: 48, 7C and 61. RGB value is (72,124,97). Sum of RGB (Red+Green+Blue) = 72+124+97=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 124 - color contains mainly: green. Hex color #487C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C61 is #B7839E. Grayscale: #696969. Windows color (decimal): -12026783 or 6388808. OLE color: 6388808.

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

Color convert

RGB 72 124 97 -
CMYK 0.42 0 0.22 0.51
HSL 148.85º 0.27% 0.38% -
HSV(B) 148.85º 0.42% 0.49% -
XYZ 12.04 16.66 13.89 -
YUV 105.37 123.27 104.2 -
System Red Green Blue C M Y K H S L
Decimal 72 124 97 0.42 0 0.22 0.51 148.85 0.27 0.38
Hex 48 7C 61 2A 0 16 33 95 1B 26
Octal 110 174 141 52 0 26 63 225 33 46
Binary 1001000 1111100 1100001 101010 0 10110 110011 10010101 11011 100110

Color Harmonies of #487C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C61

Black with #487C61

Text Example


Text Example

White with #487C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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