Html Css Color HEX #47875F Como

📋 copy color: '#47875F'

red 71 ◦ green 135 ◦ blue 95

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

Shades of Como #47875F

Tints of Como #47875F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 23.59%
G = 44.85%
B = 31.56%

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

#47875F (or 0x47875F) is known color: Como. HEX triplet: 47, 87 and 5F. RGB value is (71,135,95). Sum of RGB (Red+Green+Blue) = 71+135+95=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #47875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47875F is #B878A0. Grayscale: #6F6F6F. Windows color (decimal): -12089505 or 6260551. OLE color: 6260551.

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

Color convert

RGB 71 135 95 -
CMYK 0.47 0 0.30 0.47
HSL 142.5º 0.31% 0.4% -
HSV(B) 142.5º 0.47% 0.53% -
XYZ 13.33 19.49 13.89 -
YUV 111.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 71 135 95 0.47 0 0.30 0.47 142.5 0.31 0.4
Hex 47 87 5F 2F 0 1E 2F 8E 1F 28
Octal 107 207 137 57 0 36 57 216 37 50
Binary 1000111 10000111 1011111 101111 0 11110 101111 10001110 11111 101000

Color Harmonies of #47875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47875F

Black with #47875F

Text Example


Text Example

White with #47875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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