Html Css Color HEX #47865D Como

📋 copy color: '#47865D'

red 71 ◦ green 134 ◦ blue 93

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

Shades of Como #47865D

Tints of Como #47865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.97%

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

R = 23.83%
G = 44.97%
B = 31.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#47865D (or 0x47865D) is known color: Como. HEX triplet: 47, 86 and 5D. RGB value is (71,134,93). Sum of RGB (Red+Green+Blue) = 71+134+93=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #47865D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47865D is #B879A2. Grayscale: #6E6E6E. Windows color (decimal): -12089763 or 6129223. OLE color: 6129223.

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

Color convert

RGB 71 134 93 -
CMYK 0.47 0 0.31 0.47
HSL 140.95º 0.31% 0.4% -
HSV(B) 140.95º 0.47% 0.53% -
XYZ 13.1 19.18 13.37 -
YUV 110.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 71 134 93 0.47 0 0.31 0.47 140.95 0.31 0.4
Hex 47 86 5D 2F 0 1F 2F 8D 1F 28
Octal 107 206 135 57 0 37 57 215 37 50
Binary 1000111 10000110 1011101 101111 0 11111 101111 10001101 11111 101000

Color Harmonies of #47865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47865D

Black with #47865D

Text Example


Text Example

White with #47865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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