Html Css Color HEX #47865C Como

📋 copy color: '#47865C'

red 71 ◦ green 134 ◦ blue 92

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

Shades of Como #47865C

Tints of Como #47865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.98%

R = 23.91%
G = 45.12%
B = 30.98%

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

#47865C (or 0x47865C) is known color: Como. HEX triplet: 47, 86 and 5C. RGB value is (71,134,92). Sum of RGB (Red+Green+Blue) = 71+134+92=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #47865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47865C is #B879A3. Grayscale: #6E6E6E. Windows color (decimal): -12089764 or 6063687. OLE color: 6063687.

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

Color convert

RGB 71 134 92 -
CMYK 0.47 0 0.31 0.47
HSL 140º 0.31% 0.4% -
HSV(B) 140º 0.47% 0.53% -
XYZ 13.06 19.16 13.14 -
YUV 110.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 71 134 92 0.47 0 0.31 0.47 140 0.31 0.4
Hex 47 86 5C 2F 0 1F 2F 8C 1F 28
Octal 107 206 134 57 0 37 57 214 37 50
Binary 1000111 10000110 1011100 101111 0 11111 101111 10001100 11111 101000

Color Harmonies of #47865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47865C

Black with #47865C

Text Example


Text Example

White with #47865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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