Html Css Color HEX #487A5C Como

📋 copy color: '#487A5C'

red 72 ◦ green 122 ◦ blue 92

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

Shades of Como #487A5C

Tints of Como #487A5C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.66%

 BLUE value IS 92 (36.33% from 255) = 32.17%

R = 25.17%
G = 42.66%
B = 32.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#487A5C (or 0x487A5C) is known color: Como. HEX triplet: 48, 7A and 5C. RGB value is (72,122,92). Sum of RGB (Red+Green+Blue) = 72+122+92=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 122 - color contains mainly: green. Hex color #487A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A5C is #B785A3. Grayscale: #676767. Windows color (decimal): -12027300 or 6060616. OLE color: 6060616.

HSL color Cylindrical-coordinate representation of color #487A5C: hue angle of 144º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487A5C is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 122 92 -
CMYK 0.41 0 0.25 0.52
HSL 144º 0.26% 0.38% -
HSV(B) 144º 0.41% 0.48% -
XYZ 11.56 16.07 12.62 -
YUV 103.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 72 122 92 0.41 0 0.25 0.52 144 0.26 0.38
Hex 48 7A 5C 29 0 19 34 90 1A 26
Octal 110 172 134 51 0 31 64 220 32 46
Binary 1001000 1111010 1011100 101001 0 11001 110100 10010000 11010 100110

Color Harmonies of #487A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A5C

Black with #487A5C

Text Example


Text Example

White with #487A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,122,92); }

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

background-color css

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

 a { background-color: rgb(72,122,92); }

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

border-color css

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

 span { border-color: rgb(72,122,92); }

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