Html Css Color HEX #47855E Como

📋 copy color: '#47855E'

red 71 ◦ green 133 ◦ blue 94

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

Shades of Como #47855E

Tints of Como #47855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 23.83%
G = 44.63%
B = 31.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#47855E (or 0x47855E) is known color: Como. HEX triplet: 47, 85 and 5E. RGB value is (71,133,94). Sum of RGB (Red+Green+Blue) = 71+133+94=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #47855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47855E is #B87AA1. Grayscale: #6E6E6E. Windows color (decimal): -12090018 or 6194503. OLE color: 6194503.

HSL color Cylindrical-coordinate representation of color #47855E: hue angle of 142.26º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47855E is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 133 94 -
CMYK 0.47 0 0.29 0.48
HSL 142.26º 0.3% 0.4% -
HSV(B) 142.26º 0.47% 0.52% -
XYZ 13.01 18.92 13.56 -
YUV 110.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 71 133 94 0.47 0 0.29 0.48 142.26 0.3 0.4
Hex 47 85 5E 2F 0 1D 30 8E 1E 28
Octal 107 205 136 57 0 35 60 216 36 50
Binary 1000111 10000101 1011110 101111 0 11101 110000 10001110 11110 101000

Color Harmonies of #47855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47855E

Black with #47855E

Text Example


Text Example

White with #47855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47855E; }

 p { color: rgb(71,133,94); }

 H1.HeaderClassName
 {
   color: #47855E;
 }
 .AnyTagClassName
 {
   color: #47855E;
 }
</style>

background-color css

<style>
 a { background-color: #47855E; }

 a { background-color: rgb(71,133,94); }

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

border-color css

<style>
 span { border-color: #47855E; }

 span { border-color: rgb(71,133,94); }

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