Html Css Color HEX #476F5F Stromboli

📋 copy color: '#476F5F'

red 71 ◦ green 111 ◦ blue 95

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

Shades of Stromboli #476F5F

Tints of Stromboli #476F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 25.63%
G = 40.07%
B = 34.3%

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

#476F5F (or 0x476F5F) is known color: Stromboli. HEX triplet: 47, 6F and 5F. RGB value is (71,111,95). Sum of RGB (Red+Green+Blue) = 71+111+95=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 111 - color contains mainly: green. Hex color #476F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F5F is #B890A0. Grayscale: #616161. Windows color (decimal): -12095649 or 6254407. OLE color: 6254407.

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

Color convert

RGB 71 111 95 -
CMYK 0.36 0 0.14 0.56
HSL 156º 0.22% 0.36% -
HSV(B) 156º 0.36% 0.44% -
XYZ 10.35 13.53 12.89 -
YUV 97.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 71 111 95 0.36 0 0.14 0.56 156 0.22 0.36
Hex 47 6F 5F 24 0 E 38 9C 16 24
Octal 107 157 137 44 0 16 70 234 26 44
Binary 1000111 1101111 1011111 100100 0 1110 111000 10011100 10110 100100

Color Harmonies of #476F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F5F

Black with #476F5F

Text Example


Text Example

White with #476F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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