Html Css Color HEX #47695E Stromboli

📋 copy color: '#47695E'

red 71 ◦ green 105 ◦ blue 94

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

Shades of Stromboli #47695E

Tints of Stromboli #47695E

RGB

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

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

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

R = 26.3%
G = 38.89%
B = 34.81%

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

#47695E (or 0x47695E) is known color: Stromboli. HEX triplet: 47, 69 and 5E. RGB value is (71,105,94). Sum of RGB (Red+Green+Blue) = 71+105+94=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #47695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47695E is #B896A1. Grayscale: #5D5D5D. Windows color (decimal): -12097186 or 6187335. OLE color: 6187335.

HSL color Cylindrical-coordinate representation of color #47695E: hue angle of 160.59º 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 #47695E is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 94 -
CMYK 0.32 0 0.10 0.59
HSL 160.59º 0.19% 0.35% -
HSV(B) 160.59º 0.32% 0.41% -
XYZ 9.67 12.25 12.44 -
YUV 93.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 71 105 94 0.32 0 0.10 0.59 160.59 0.19 0.35
Hex 47 69 5E 20 0 A 3B A1 13 23
Octal 107 151 136 40 0 12 73 241 23 43
Binary 1000111 1101001 1011110 100000 0 1010 111011 10100001 10011 100011

Color Harmonies of #47695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47695E

Black with #47695E

Text Example


Text Example

White with #47695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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