Html Css Color HEX #487161 Stromboli

📋 copy color: '#487161'

red 72 ◦ green 113 ◦ blue 97

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

Shades of Stromboli #487161

Tints of Stromboli #487161

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.07%

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

R = 25.53%
G = 40.07%
B = 34.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#487161 (or 0x487161) is known color: Stromboli. HEX triplet: 48, 71 and 61. RGB value is (72,113,97). Sum of RGB (Red+Green+Blue) = 72+113+97=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #487161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487161 is #B78E9E. Grayscale: #626262. Windows color (decimal): -12029599 or 6385992. OLE color: 6385992.

HSL color Cylindrical-coordinate representation of color #487161: hue angle of 156.59º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #487161 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 113 97 -
CMYK 0.36 0 0.14 0.56
HSL 156.59º 0.22% 0.36% -
HSV(B) 156.59º 0.36% 0.44% -
XYZ 10.74 14.05 13.46 -
YUV 98.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 72 113 97 0.36 0 0.14 0.56 156.59 0.22 0.36
Hex 48 71 61 24 0 E 38 9D 16 24
Octal 110 161 141 44 0 16 70 235 26 44
Binary 1001000 1110001 1100001 100100 0 1110 111000 10011101 10110 100100

Color Harmonies of #487161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487161

Black with #487161

Text Example


Text Example

White with #487161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487161; }

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

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

background-color css

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

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

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

border-color css

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

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

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