Html Css Color HEX #47795E Como

📋 copy color: '#47795E'

red 71 ◦ green 121 ◦ blue 94

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

Shades of Como #47795E

Tints of Como #47795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.31%

 BLUE value IS 94 (37.11% from 255) = 32.87%

R = 24.83%
G = 42.31%
B = 32.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#47795E (or 0x47795E) is known color: Como. HEX triplet: 47, 79 and 5E. RGB value is (71,121,94). Sum of RGB (Red+Green+Blue) = 71+121+94=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 121 - color contains mainly: green. Hex color #47795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47795E is #B886A1. Grayscale: #676767. Windows color (decimal): -12093090 or 6191431. OLE color: 6191431.

HSL color Cylindrical-coordinate representation of color #47795E: hue angle of 147.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47795E is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 121 94 -
CMYK 0.41 0 0.22 0.53
HSL 147.6º 0.26% 0.38% -
HSV(B) 147.6º 0.41% 0.47% -
XYZ 11.46 15.82 13.04 -
YUV 102.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 71 121 94 0.41 0 0.22 0.53 147.6 0.26 0.38
Hex 47 79 5E 29 0 16 35 94 1A 26
Octal 107 171 136 51 0 26 65 224 32 46
Binary 1000111 1111001 1011110 101001 0 10110 110101 10010100 11010 100110

Color Harmonies of #47795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47795E

Black with #47795E

Text Example


Text Example

White with #47795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47795E; }

 p { color: rgb(71,121,94); }

 H1.HeaderClassName
 {
   color: #47795E;
 }
 .AnyTagClassName
 {
   color: #47795E;
 }
</style>

background-color css

<style>
 a { background-color: #47795E; }

 a { background-color: rgb(71,121,94); }

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

border-color css

<style>
 span { border-color: #47795E; }

 span { border-color: rgb(71,121,94); }

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