Html Css Color HEX #47695F Stromboli

📋 copy color: '#47695F'

red 71 ◦ green 105 ◦ blue 95

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

Shades of Stromboli #47695F

Tints of Stromboli #47695F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.75%

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

R = 26.2%
G = 38.75%
B = 35.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#47695F (or 0x47695F) is known color: Stromboli. HEX triplet: 47, 69 and 5F. RGB value is (71,105,95). Sum of RGB (Red+Green+Blue) = 71+105+95=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #47695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47695F is #B896A0. Grayscale: #5D5D5D. Windows color (decimal): -12097185 or 6252871. OLE color: 6252871.

HSL color Cylindrical-coordinate representation of color #47695F: hue angle of 162.35º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #47695F is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 95 -
CMYK 0.32 0 0.10 0.59
HSL 162.35º 0.19% 0.35% -
HSV(B) 162.35º 0.32% 0.41% -
XYZ 9.72 12.27 12.68 -
YUV 93.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 71 105 95 0.32 0 0.10 0.59 162.35 0.19 0.35
Hex 47 69 5F 20 0 A 3B A2 13 23
Octal 107 151 137 40 0 12 73 242 23 43
Binary 1000111 1101001 1011111 100000 0 1010 111011 10100010 10011 100011

Color Harmonies of #47695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47695F

Black with #47695F

Text Example


Text Example

White with #47695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47695F; }

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

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

background-color css

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

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

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

border-color css

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

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

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