Html Css Color HEX #47875B Como

📋 copy color: '#47875B'

red 71 ◦ green 135 ◦ blue 91

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

Shades of Como #47875B

Tints of Como #47875B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 23.91%
G = 45.45%
B = 30.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#47875B (or 0x47875B) is known color: Como. HEX triplet: 47, 87 and 5B. RGB value is (71,135,91). Sum of RGB (Red+Green+Blue) = 71+135+91=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #47875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47875B is #B878A4. Grayscale: #6E6E6E. Windows color (decimal): -12089509 or 5998407. OLE color: 5998407.

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

Color convert

RGB 71 135 91 -
CMYK 0.47 0 0.33 0.47
HSL 138.75º 0.31% 0.4% -
HSV(B) 138.75º 0.47% 0.53% -
XYZ 13.15 19.42 12.95 -
YUV 110.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 71 135 91 0.47 0 0.33 0.47 138.75 0.31 0.4
Hex 47 87 5B 2F 0 21 2F 8B 1F 28
Octal 107 207 133 57 0 41 57 213 37 50
Binary 1000111 10000111 1011011 101111 0 100001 101111 10001011 11111 101000

Color Harmonies of #47875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47875B

Black with #47875B

Text Example


Text Example

White with #47875B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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