Html Css Color HEX #477060 Stromboli

📋 copy color: '#477060'

red 71 ◦ green 112 ◦ blue 96

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

Shades of Stromboli #477060

Tints of Stromboli #477060

RGB

 RED value IS 71 (28.13% from 255) = 25.45%

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

 BLUE value IS 96 (37.89% from 255) = 34.41%

R = 25.45%
G = 40.14%
B = 34.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#477060 (or 0x477060) is known color: Stromboli. HEX triplet: 47, 70 and 60. RGB value is (71,112,96). Sum of RGB (Red+Green+Blue) = 71+112+96=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #477060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477060 is #B88F9F. Grayscale: #616161. Windows color (decimal): -12095392 or 6320199. OLE color: 6320199.

HSL color Cylindrical-coordinate representation of color #477060: 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.37%. Process color model (Four color, CMYK) of #477060 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 96 -
CMYK 0.37 0 0.14 0.56
HSL 156.59º 0.22% 0.36% -
HSV(B) 156.59º 0.37% 0.44% -
XYZ 10.5 13.77 13.17 -
YUV 97.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 71 112 96 0.37 0 0.14 0.56 156.59 0.22 0.36
Hex 47 70 60 25 0 E 38 9D 16 24
Octal 107 160 140 45 0 16 70 235 26 44
Binary 1000111 1110000 1100000 100101 0 1110 111000 10011101 10110 100100

Color Harmonies of #477060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477060

Black with #477060

Text Example


Text Example

White with #477060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477060; }

 p { color: rgb(71,112,96); }

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

background-color css

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

 a { background-color: rgb(71,112,96); }

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

border-color css

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

 span { border-color: rgb(71,112,96); }

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