Html Css Color HEX #487961 Como

📋 copy color: '#487961'

red 72 ◦ green 121 ◦ blue 97

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

Shades of Como #487961

Tints of Como #487961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.72%

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

R = 24.83%
G = 41.72%
B = 33.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#487961 (or 0x487961) is known color: Como. HEX triplet: 48, 79 and 61. RGB value is (72,121,97). Sum of RGB (Red+Green+Blue) = 72+121+97=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #487961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487961 is #B7869E. Grayscale: #676767. Windows color (decimal): -12027551 or 6388040. OLE color: 6388040.

HSL color Cylindrical-coordinate representation of color #487961: hue angle of 150.61º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487961 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 121 97 -
CMYK 0.40 0 0.20 0.53
HSL 150.61º 0.25% 0.38% -
HSV(B) 150.61º 0.4% 0.47% -
XYZ 11.67 15.92 13.77 -
YUV 103.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 72 121 97 0.40 0 0.20 0.53 150.61 0.25 0.38
Hex 48 79 61 28 0 14 35 97 19 26
Octal 110 171 141 50 0 24 65 227 31 46
Binary 1001000 1111001 1100001 101000 0 10100 110101 10010111 11001 100110

Color Harmonies of #487961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487961

Black with #487961

Text Example


Text Example

White with #487961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487961; }

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

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

background-color css

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

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

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

border-color css

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

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

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