Html Css Color HEX #487A58 Como

📋 copy color: '#487A58'

red 72 ◦ green 122 ◦ blue 88

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

Shades of Como #487A58

Tints of Como #487A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.21%

R = 25.53%
G = 43.26%
B = 31.21%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#487A58 (or 0x487A58) is known color: Como. HEX triplet: 48, 7A and 58. RGB value is (72,122,88). Sum of RGB (Red+Green+Blue) = 72+122+88=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #487A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A58 is #B785A7. Grayscale: #676767. Windows color (decimal): -12027304 or 5798472. OLE color: 5798472.

HSL color Cylindrical-coordinate representation of color #487A58: hue angle of 139.2º 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 #487A58 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 122 88 -
CMYK 0.41 0 0.28 0.52
HSL 139.2º 0.26% 0.38% -
HSV(B) 139.2º 0.41% 0.48% -
XYZ 11.39 16 11.72 -
YUV 103.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 72 122 88 0.41 0 0.28 0.52 139.2 0.26 0.38
Hex 48 7A 58 29 0 1C 34 8B 1A 26
Octal 110 172 130 51 0 34 64 213 32 46
Binary 1001000 1111010 1011000 101001 0 11100 110100 10001011 11010 100110

Color Harmonies of #487A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A58

Black with #487A58

Text Example


Text Example

White with #487A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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