Html Css Color HEX #47885D Como

📋 copy color: '#47885D'

red 71 ◦ green 136 ◦ blue 93

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

Shades of Como #47885D

Tints of Como #47885D

RGB

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

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

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

R = 23.67%
G = 45.33%
B = 31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#47885D (or 0x47885D) is known color: Como. HEX triplet: 47, 88 and 5D. RGB value is (71,136,93). Sum of RGB (Red+Green+Blue) = 71+136+93=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #47885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47885D is #B877A2. Grayscale: #6F6F6F. Windows color (decimal): -12089251 or 6129735. OLE color: 6129735.

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

Color convert

RGB 71 136 93 -
CMYK 0.48 0 0.32 0.47
HSL 140.31º 0.31% 0.41% -
HSV(B) 140.31º 0.48% 0.53% -
XYZ 13.38 19.74 13.46 -
YUV 111.66 117.47 99 -
System Red Green Blue C M Y K H S L
Decimal 71 136 93 0.48 0 0.32 0.47 140.31 0.31 0.41
Hex 47 88 5D 30 0 20 2F 8C 1F 29
Octal 107 210 135 60 0 40 57 214 37 51
Binary 1000111 10001000 1011101 110000 0 100000 101111 10001100 11111 101001

Color Harmonies of #47885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47885D

Black with #47885D

Text Example


Text Example

White with #47885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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