Html Css Color HEX #47895D Como

📋 copy color: '#47895D'

red 71 ◦ green 137 ◦ blue 93

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

Shades of Como #47895D

Tints of Como #47895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.51%

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

R = 23.59%
G = 45.51%
B = 30.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#47895D (or 0x47895D) is known color: Como. HEX triplet: 47, 89 and 5D. RGB value is (71,137,93). Sum of RGB (Red+Green+Blue) = 71+137+93=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #47895D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47895D is #B876A2. Grayscale: #707070. Windows color (decimal): -12088995 or 6129991. OLE color: 6129991.

HSL color Cylindrical-coordinate representation of color #47895D: hue angle of 140º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47895D is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 137 93 -
CMYK 0.48 0 0.32 0.46
HSL 140º 0.32% 0.41% -
HSV(B) 140º 0.48% 0.54% -
XYZ 13.52 20.02 13.51 -
YUV 112.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 71 137 93 0.48 0 0.32 0.46 140 0.32 0.41
Hex 47 89 5D 30 0 20 2E 8C 20 29
Octal 107 211 135 60 0 40 56 214 40 51
Binary 1000111 10001001 1011101 110000 0 100000 101110 10001100 100000 101001

Color Harmonies of #47895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47895D

Black with #47895D

Text Example


Text Example

White with #47895D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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