Html Css Color HEX #487C5E Como

📋 copy color: '#487C5E'

red 72 ◦ green 124 ◦ blue 94

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

Shades of Como #487C5E

Tints of Como #487C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 24.83%
G = 42.76%
B = 32.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#487C5E (or 0x487C5E) is known color: Como. HEX triplet: 48, 7C and 5E. RGB value is (72,124,94). Sum of RGB (Red+Green+Blue) = 72+124+94=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #487C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C5E is #B783A1. Grayscale: #696969. Windows color (decimal): -12026786 or 6192200. OLE color: 6192200.

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

Color convert

RGB 72 124 94 -
CMYK 0.42 0 0.24 0.51
HSL 145.38º 0.27% 0.38% -
HSV(B) 145.38º 0.42% 0.49% -
XYZ 11.9 16.6 13.17 -
YUV 105.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 72 124 94 0.42 0 0.24 0.51 145.38 0.27 0.38
Hex 48 7C 5E 2A 0 18 33 91 1B 26
Octal 110 174 136 52 0 30 63 221 33 46
Binary 1001000 1111100 1011110 101010 0 11000 110011 10010001 11011 100110

Color Harmonies of #487C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C5E

Black with #487C5E

Text Example


Text Example

White with #487C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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