Html Css Color HEX #47895F Como

📋 copy color: '#47895F'

red 71 ◦ green 137 ◦ blue 95

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

Shades of Como #47895F

Tints of Como #47895F

RGB

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

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

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

R = 23.43%
G = 45.21%
B = 31.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#47895F (or 0x47895F) is known color: Como. HEX triplet: 47, 89 and 5F. RGB value is (71,137,95). Sum of RGB (Red+Green+Blue) = 71+137+95=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #47895F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47895F is #B876A0. Grayscale: #707070. Windows color (decimal): -12088993 or 6261063. OLE color: 6261063.

HSL color Cylindrical-coordinate representation of color #47895F: hue angle of 141.82º 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 #47895F is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 137 95 -
CMYK 0.48 0 0.31 0.46
HSL 141.82º 0.32% 0.41% -
HSV(B) 141.82º 0.48% 0.54% -
XYZ 13.61 20.06 13.98 -
YUV 112.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 71 137 95 0.48 0 0.31 0.46 141.82 0.32 0.41
Hex 47 89 5F 30 0 1F 2E 8E 20 29
Octal 107 211 137 60 0 37 56 216 40 51
Binary 1000111 10001001 1011111 110000 0 11111 101110 10001110 100000 101001

Color Harmonies of #47895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47895F

Black with #47895F

Text Example


Text Example

White with #47895F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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