Html Css Color HEX #487062 Stromboli

📋 copy color: '#487062'

red 72 ◦ green 112 ◦ blue 98

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

Shades of Stromboli #487062

Tints of Stromboli #487062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.72%

 BLUE value IS 98 (38.67% from 255) = 34.75%

R = 25.53%
G = 39.72%
B = 34.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#487062 (or 0x487062) is known color: Stromboli. HEX triplet: 48, 70 and 62. RGB value is (72,112,98). Sum of RGB (Red+Green+Blue) = 72+112+98=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #487062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487062 is #B78F9D. Grayscale: #626262. Windows color (decimal): -12029854 or 6451272. OLE color: 6451272.

HSL color Cylindrical-coordinate representation of color #487062: hue angle of 159º 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 #487062 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 98 -
CMYK 0.36 0 0.13 0.56
HSL 159º 0.22% 0.36% -
HSV(B) 159º 0.36% 0.44% -
XYZ 10.67 13.85 13.67 -
YUV 98.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 72 112 98 0.36 0 0.13 0.56 159 0.22 0.36
Hex 48 70 62 24 0 D 38 9F 16 24
Octal 110 160 142 44 0 15 70 237 26 44
Binary 1001000 1110000 1100010 100100 0 1101 111000 10011111 10110 100100

Color Harmonies of #487062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487062

Black with #487062

Text Example


Text Example

White with #487062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487062; }

 p { color: rgb(72,112,98); }

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

background-color css

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

 a { background-color: rgb(72,112,98); }

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

border-color css

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

 span { border-color: rgb(72,112,98); }

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