Html Css Color HEX #47875E Como

📋 copy color: '#47875E'

red 71 ◦ green 135 ◦ blue 94

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

Shades of Como #47875E

Tints of Como #47875E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45%

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

R = 23.67%
G = 45%
B = 31.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#47875E (or 0x47875E) is known color: Como. HEX triplet: 47, 87 and 5E. RGB value is (71,135,94). Sum of RGB (Red+Green+Blue) = 71+135+94=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #47875E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47875E is #B878A1. Grayscale: #6F6F6F. Windows color (decimal): -12089506 or 6195015. OLE color: 6195015.

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

Color convert

RGB 71 135 94 -
CMYK 0.47 0 0.30 0.47
HSL 141.56º 0.31% 0.4% -
HSV(B) 141.56º 0.47% 0.53% -
XYZ 13.28 19.48 13.65 -
YUV 111.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 71 135 94 0.47 0 0.30 0.47 141.56 0.31 0.4
Hex 47 87 5E 2F 0 1E 2F 8E 1F 28
Octal 107 207 136 57 0 36 57 216 37 50
Binary 1000111 10000111 1011110 101111 0 11110 101111 10001110 11111 101000

Color Harmonies of #47875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47875E

Black with #47875E

Text Example


Text Example

White with #47875E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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