Html Css Color HEX #47855D Como

📋 copy color: '#47855D'

red 71 ◦ green 133 ◦ blue 93

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

Shades of Como #47855D

Tints of Como #47855D

RGB

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

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

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

R = 23.91%
G = 44.78%
B = 31.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#47855D (or 0x47855D) is known color: Como. HEX triplet: 47, 85 and 5D. RGB value is (71,133,93). Sum of RGB (Red+Green+Blue) = 71+133+93=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #47855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47855D is #B87AA2. Grayscale: #6E6E6E. Windows color (decimal): -12090019 or 6128967. OLE color: 6128967.

HSL color Cylindrical-coordinate representation of color #47855D: hue angle of 141.29º 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 #47855D is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 133 93 -
CMYK 0.47 0 0.30 0.48
HSL 141.29º 0.3% 0.4% -
HSV(B) 141.29º 0.47% 0.52% -
XYZ 12.96 18.9 13.32 -
YUV 109.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 71 133 93 0.47 0 0.30 0.48 141.29 0.3 0.4
Hex 47 85 5D 2F 0 1E 30 8D 1E 28
Octal 107 205 135 57 0 36 60 215 36 50
Binary 1000111 10000101 1011101 101111 0 11110 110000 10001101 11110 101000

Color Harmonies of #47855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47855D

Black with #47855D

Text Example


Text Example

White with #47855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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