Html Css Color HEX #476D60 Stromboli

📋 copy color: '#476D60'

red 71 ◦ green 109 ◦ blue 96

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

Shades of Stromboli #476D60

Tints of Stromboli #476D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.49%

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

R = 25.72%
G = 39.49%
B = 34.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#476D60 (or 0x476D60) is known color: Stromboli. HEX triplet: 47, 6D and 60. RGB value is (71,109,96). Sum of RGB (Red+Green+Blue) = 71+109+96=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 109 - color contains mainly: green. Hex color #476D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D60 is #B8929F. Grayscale: #606060. Windows color (decimal): -12096160 or 6319431. OLE color: 6319431.

HSL color Cylindrical-coordinate representation of color #476D60: hue angle of 159.47º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476D60 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 96 -
CMYK 0.35 0 0.12 0.57
HSL 159.47º 0.21% 0.35% -
HSV(B) 159.47º 0.35% 0.43% -
XYZ 10.18 13.12 13.06 -
YUV 96.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 71 109 96 0.35 0 0.12 0.57 159.47 0.21 0.35
Hex 47 6D 60 23 0 C 39 9F 15 23
Octal 107 155 140 43 0 14 71 237 25 43
Binary 1000111 1101101 1100000 100011 0 1100 111001 10011111 10101 100011

Color Harmonies of #476D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D60

Black with #476D60

Text Example


Text Example

White with #476D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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