Html Css Color HEX #47885F Como

📋 copy color: '#47885F'

red 71 ◦ green 136 ◦ blue 95

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

Shades of Como #47885F

Tints of Como #47885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.03%

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

R = 23.51%
G = 45.03%
B = 31.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#47885F (or 0x47885F) is known color: Como. HEX triplet: 47, 88 and 5F. RGB value is (71,136,95). Sum of RGB (Red+Green+Blue) = 71+136+95=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #47885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47885F is #B877A0. Grayscale: #6F6F6F. Windows color (decimal): -12089249 or 6260807. OLE color: 6260807.

HSL color Cylindrical-coordinate representation of color #47885F: hue angle of 142.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47885F is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 136 95 -
CMYK 0.48 0 0.30 0.47
HSL 142.15º 0.31% 0.41% -
HSV(B) 142.15º 0.48% 0.53% -
XYZ 13.47 19.77 13.93 -
YUV 111.89 118.47 98.83 -
System Red Green Blue C M Y K H S L
Decimal 71 136 95 0.48 0 0.30 0.47 142.15 0.31 0.41
Hex 47 88 5F 30 0 1E 2F 8E 1F 29
Octal 107 210 137 60 0 36 57 216 37 51
Binary 1000111 10001000 1011111 110000 0 11110 101111 10001110 11111 101001

Color Harmonies of #47885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47885F

Black with #47885F

Text Example


Text Example

White with #47885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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