Html Css Color HEX #47695C Stromboli

📋 copy color: '#47695C'

red 71 ◦ green 105 ◦ blue 92

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

Shades of Stromboli #47695C

Tints of Stromboli #47695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 26.49%
G = 39.18%
B = 34.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#47695C (or 0x47695C) is known color: Stromboli. HEX triplet: 47, 69 and 5C. RGB value is (71,105,92). Sum of RGB (Red+Green+Blue) = 71+105+92=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #47695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47695C is #B896A3. Grayscale: #5D5D5D. Windows color (decimal): -12097188 or 6056263. OLE color: 6056263.

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

Color convert

RGB 71 105 92 -
CMYK 0.32 0 0.12 0.59
HSL 157.06º 0.19% 0.35% -
HSV(B) 157.06º 0.32% 0.41% -
XYZ 9.58 12.22 11.98 -
YUV 93.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 71 105 92 0.32 0 0.12 0.59 157.06 0.19 0.35
Hex 47 69 5C 20 0 C 3B 9D 13 23
Octal 107 151 134 40 0 14 73 235 23 43
Binary 1000111 1101001 1011100 100000 0 1100 111011 10011101 10011 100011

Color Harmonies of #47695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47695C

Black with #47695C

Text Example


Text Example

White with #47695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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