Html Css Color HEX #476F5E Stromboli

📋 copy color: '#476F5E'

red 71 ◦ green 111 ◦ blue 94

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

Shades of Stromboli #476F5E

Tints of Stromboli #476F5E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.22%

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 25.72%
G = 40.22%
B = 34.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#476F5E (or 0x476F5E) is known color: Stromboli. HEX triplet: 47, 6F and 5E. RGB value is (71,111,94). Sum of RGB (Red+Green+Blue) = 71+111+94=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 111 - color contains mainly: green. Hex color #476F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F5E is #B890A1. Grayscale: #616161. Windows color (decimal): -12095650 or 6188871. OLE color: 6188871.

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

Color convert

RGB 71 111 94 -
CMYK 0.36 0 0.15 0.56
HSL 154.5º 0.22% 0.36% -
HSV(B) 154.5º 0.36% 0.44% -
XYZ 10.3 13.52 12.66 -
YUV 97.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 71 111 94 0.36 0 0.15 0.56 154.5 0.22 0.36
Hex 47 6F 5E 24 0 F 38 9A 16 24
Octal 107 157 136 44 0 17 70 232 26 44
Binary 1000111 1101111 1011110 100100 0 1111 111000 10011010 10110 100100

Color Harmonies of #476F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F5E

Black with #476F5E

Text Example


Text Example

White with #476F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,111,94); }

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

background-color css

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

 a { background-color: rgb(71,111,94); }

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

border-color css

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

 span { border-color: rgb(71,111,94); }

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