Html Css Color HEX #47885B Como

📋 copy color: '#47885B'

red 71 ◦ green 136 ◦ blue 91

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

Shades of Como #47885B

Tints of Como #47885B

RGB

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

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

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

R = 23.83%
G = 45.64%
B = 30.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#47885B (or 0x47885B) is known color: Como. HEX triplet: 47, 88 and 5B. RGB value is (71,136,91). Sum of RGB (Red+Green+Blue) = 71+136+91=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #47885B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47885B is #B877A4. Grayscale: #6F6F6F. Windows color (decimal): -12089253 or 5998663. OLE color: 5998663.

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

Color convert

RGB 71 136 91 -
CMYK 0.48 0 0.33 0.47
HSL 138.46º 0.31% 0.41% -
HSV(B) 138.46º 0.48% 0.53% -
XYZ 13.29 19.7 13 -
YUV 111.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 71 136 91 0.48 0 0.33 0.47 138.46 0.31 0.41
Hex 47 88 5B 30 0 21 2F 8A 1F 29
Octal 107 210 133 60 0 41 57 212 37 51
Binary 1000111 10001000 1011011 110000 0 100001 101111 10001010 11111 101001

Color Harmonies of #47885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47885B

Black with #47885B

Text Example


Text Example

White with #47885B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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