Html Css Color HEX #47695D Stromboli

📋 copy color: '#47695D'

red 71 ◦ green 105 ◦ blue 93

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

Shades of Stromboli #47695D

Tints of Stromboli #47695D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 26.39%
G = 39.03%
B = 34.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#47695D (or 0x47695D) is known color: Stromboli. HEX triplet: 47, 69 and 5D. RGB value is (71,105,93). Sum of RGB (Red+Green+Blue) = 71+105+93=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #47695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47695D is #B896A2. Grayscale: #5D5D5D. Windows color (decimal): -12097187 or 6121799. OLE color: 6121799.

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

Color convert

RGB 71 105 93 -
CMYK 0.32 0 0.11 0.59
HSL 158.82º 0.19% 0.35% -
HSV(B) 158.82º 0.32% 0.41% -
XYZ 9.63 12.23 12.21 -
YUV 93.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 71 105 93 0.32 0 0.11 0.59 158.82 0.19 0.35
Hex 47 69 5D 20 0 B 3B 9F 13 23
Octal 107 151 135 40 0 13 73 237 23 43
Binary 1000111 1101001 1011101 100000 0 1011 111011 10011111 10011 100011

Color Harmonies of #47695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47695D

Black with #47695D

Text Example


Text Example

White with #47695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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