Html Css Color HEX #47845D Como

📋 copy color: '#47845D'

red 71 ◦ green 132 ◦ blue 93

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

Shades of Como #47845D

Tints of Como #47845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

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

R = 23.99%
G = 44.59%
B = 31.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#47845D (or 0x47845D) is known color: Como. HEX triplet: 47, 84 and 5D. RGB value is (71,132,93). Sum of RGB (Red+Green+Blue) = 71+132+93=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #47845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47845D is #B87BA2. Grayscale: #6D6D6D. Windows color (decimal): -12090275 or 6128711. OLE color: 6128711.

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

Color convert

RGB 71 132 93 -
CMYK 0.46 0 0.30 0.48
HSL 141.64º 0.3% 0.4% -
HSV(B) 141.64º 0.46% 0.52% -
XYZ 12.83 18.63 13.28 -
YUV 109.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 71 132 93 0.46 0 0.30 0.48 141.64 0.3 0.4
Hex 47 84 5D 2E 0 1E 30 8E 1E 28
Octal 107 204 135 56 0 36 60 216 36 50
Binary 1000111 10000100 1011101 101110 0 11110 110000 10001110 11110 101000

Color Harmonies of #47845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47845D

Black with #47845D

Text Example


Text Example

White with #47845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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